Pee-Lo 2003/04
57
Conclusion: Objectives Achieved
Objective 1 of 5 [Achieved]
Achieved
To design a standard way of data representation in
health care data transmission and sharing
We have achieved this by using Microsoft .NET XML Web
Services.
With disregard with any database design and type, we can
convert the data into an XML format and have it transmitted
over to the client.
This process is done using WSDL contract
to govern how the
data is represented in XML and a proxy class created at the
client side based on the design specification of the WSDL
contract to marshal and unmarshal
data which is received by
the client or sent to the XML web services provider.