ServerXMLHTTPRequest

N

NikXML

I'm trying to post some xml/text to an asp page. I'm sending from an aspx
page. This function works fine when submitted from the browser, but does
nothing when called by a Timer function. Any ideas why this doesn't work?

objXML = Server.CreateObject("Msxml2.SERVERXMLHTTP")objXML.open ("POST",
urltoSend, false)
Network. User-Agent: Java1.1.6 Content-type: text/xml
objXML.setRequestHeader ("Content-type", "text/xml")
objXML.setRequestHeader ("User-Agent", "Java1.1.6")
objXML.send ((xmltosend))
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top