AJAX - The Complete Reference

(avery) #1

PART III


Chapter 10: Web Services and Beyond 503


'xmlns:ns4="urn:helloworld"' +
'SOAP-ENV:encodingStyle=
"http://schemas.xmlsoap.org/soap/encoding/">' +
'<SOAP-ENV:Body>' +
'<ns4:helloworld>' +
'</ns4:helloworld>' +
'</SOAP-ENV:Body>' +
'</SOAP-ENV:Envelope>';
/* define communication options */
var options = { method: "POST",
onSuccess : handleResponse,
requestContentType: "text/xml",
payload: payload
};
AjaxTCR.comm.sendRequest(url,options);
}

FIGURE 10-5 SOP busted natively!
Free download pdf