Displaying 1 result from an estimated 1 matches for "updateclient".
Did you mean:
up2date_client
2008 Apr 21
1
Ajax.request - SOAPAction
If I build my own XMLHttpRequest, I can do the following:
this.xmlHttp.setRequestHeader("SOAPAction", ''updateClient'');
How can I do the same with AjaxRequest()?
var myAjax = new Ajax.Request(
this.service,
{
method:''post'',
postBody:soapXML,
contentType:''text/xml'',
encoding:''UT...