Constructor Detail
bbq.ajax.SoapRequest(options, options)
Name | Type | Comment |
---|---|---|
options | {Object} | |
options |
Extends
bbq.ajax.AJAXRequest.
Defined in: SoapRequest.js.
var request = new bbq.ajax.SoapRequest({
url: "/path/to/somewhere",
args: {
foo: "bar"
},
onSuccess: function(serverResponse, soapResponse) {
}
});
Constructor Attributes | Constructor Name and Description |
---|---|
bbq.ajax.SoapRequest(options, options)
Sends an asyncronous SOAP request much the same as an AJAX request.
|
Name | Type | Comment |
---|---|---|
options | {Object} | |
options |