Forum Discussion

nishay_patel's avatar
nishay_patel
Occasional Contributor
11 years ago

ActiveX Objects are caching HttpRequests (SOAP Requests in JScript)

I am sending  a SOAP request in JScript using  var temp = new ActiveXObject("MSXML2.XMLHTTP.3.0") temp.open("POST", wsdlURL, false) temp.send(env) Now this worked the first time, b...