Jump to content

error '80072ee7'


johnnyg24

Recommended Posts

I am getting an error '80072ee7' message when I try and run this code:

strXML (contains xml data)Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP") xmlhttp.Open "POST","https://www.ups.com/ups.app/xml/Rate?",false xmlhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded" xmlhttp.send strXML  ***** error happens on this line *****xml_response = xmlhttp.responseText Set mydoc=Server.CreateObject("Microsoft.xmlDOM") mydoc.loadxml( xml_response )

Can anyone tell me why?Thank You

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...