Pass and return xml data in a web service

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.

What platform (.Net or Delphi) you are planning to use?

I intend to use Delphi 2007.
Thanks

Hello,
Please look at the uROXMLIntf.pas file. You can create a new XML document via NewROXmlDocument function.

OK Thanks I will look at the now.