Forum Discussion
nishay_patel
12 years agoOccasional Contributor
Okay I figured this one out. A randomized string needs to be present, but not in the envelope header as I thought.
Instead, do this:
XmlHttpRequest.open("POST", wsdl + "&(new Date()).getTime()", false);
append the random string (in this case the timestamp) to the wsdl url in the open call.
Instead, do this:
XmlHttpRequest.open("POST", wsdl + "&(new Date()).getTime()", false);
append the random string (in this case the timestamp) to the wsdl url in the open call.