I am trying to post an XML DOM to an ASP page using WebRequest. (C#)
I know how to use a stream to send xml data but a stream is primarily
intended for text.
The asp page expects an XML object.
Any help would be GREATLY appreciated.
dave.harknessNO SPAMMING@comcas t.net
I know how to use a stream to send xml data but a stream is primarily
intended for text.
The asp page expects an XML object.
Any help would be GREATLY appreciated.
dave.harknessNO SPAMMING@comcas t.net
Comment