PDA

View Full Version : Post XML???


christrinder
05-12-2006, 07:01 PM
Hi,

Can anybody tell me a no frills way of sending an XML String to another server? I have the XML as a string, do I need to reformat that as some sort of XML object or is a string OK? All the examples I can find by searching google are using StreamReaders and StreamWriters and stuff I don't understand.

Any help would be really appreciated.

Thanks,
Chris

christrinder
05-12-2006, 07:02 PM
P.S. The XML string has been built in the code on the server not posted in a form or created as a physical file... if that makes a difference.