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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send XML to URL

Status
Not open for further replies.

NatGreen

Programmer
Apr 19, 2002
90
US
How do I send the xml file I have generated to a customers provided URL?
 
Hmm, what is this URL? Is it a script or alike?
If so, you could send it (if it aint bigger than, say 50k) using method post.

If not, tried using SOAP? cu, Sascha
 
I need to send the XML via binary string. THe other end does not have the capabilities of parsing a SOAP message. I am using vb .net. I would like to use XMLHttp Post, but can not find any examples with vb .net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top