Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

HTTP Post of XML in Windows Forms

Mar 6 2003 8:59 AM
Can someone please give me a working example of how I can post an xml document/string to a url listening to the request in Windows Forms? I have the following but have the feeling that i am going down the wrong path: MSXML2.XMLHTTPClass httpRequest = new MSXML2.XMLHTTPClass(); httpRequest.open("OPEN",URL,"False","",""); httpRequest.send(URL); Thanks in advance to all replies!

Answers (1)