Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML over HTTP Post 1

Status
Not open for further replies.

romh

Programmer
Jan 3, 2003
297
US
I need to write code to grab xml elements out of an xml file. that's easy and have done it a million times. But, the xml file is coming from another application onto my web server via an HTTP POST. I am not sure how to do this. I have never done this before. It's not a webservice. Any help?

Thanks

 
romh: Your problem, and hopefully a solution, is discussed here. The code is in C#; if you are writing in VB there is a page here to convert it. If your answer is not specifically solved with this link (it looks spot on) then follow up with a search at Google Groups using "HTTP POST XML ASP.NET"; there were several there.
 
At First glance, it seems like that's exactly what I need. I am writing it with C#. That's great. I'll let you know how it turns out. Thanks again.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top