WebRequest POST XMLDOM Not XMLDOM.xml

D

Dave Harkness

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.

(e-mail address removed)
 
J

John Saunders [MVP]

Dave Harkness said:
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.

I bet it doesn't. Not if it expects it to be POST'ed. I bet it expects a
string.

How does it use the form variable that contains the XML?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top