Hi All,
My web service is suppose to accept data in XML format and return response in XML format as a string. I have started with ansistrings but I have noticed there is an XML data type.which is these is the best data type to use .
Also can I have code snippets on the use of XML data type.
Particularly how to create them , load them and manipulate nodes.
On the client side I am using nativexml to construct the XML data that should be sent to the soap server. Thanks.