Displaying 1 result from an estimated 1 matches for "soapxml".
Did you mean:
snapxml
2008 Apr 21
1
Ajax.request - SOAPAction
...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:''UTF-8'',
SOAPAction:''updateClient'',
onComplete:setResult
}
);
--Mimi
--~--~---------~--~----~------------~-------~--~----~
You receiv...