Hello,
I have a web service that receives (accepts) a xml message ("xmlmessage") as
a XMLElement. I need to serialize the xml message in VB.net and then HTTPpost
it to an URL.
What code can I use to serialize the "xmlmessage"?
Thank you in advance.
Josh Twist - 05 Apr 2006 12:53 GMT
Does the web service have a WSDL?
George - 05 Apr 2006 21:38 GMT
Look at here:
<a
href="http://svn.myrealbox.com/source/trunk/mcs/class/System.XML/Mono.Xml/XmlNodeWrite
r.cs">XmlNodeWriter</a>