Constructor Detail
bbq.ajax.ForwardingSoapRequest(options, options)
| Name | Type | Comment |
|---|---|---|
| options | {Object} | |
| options |
Extends
bbq.ajax.SoapRequest.
Defined in: ForwardingSoapRequest.js.
var request = new bbq.ajax.ForwardingSoapRequest({
url: "http://api.google.com",
onSuccess: function(serverRequest, json) {
}
... // more args similar to bbq.ajax.SoapRequest
});
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
bbq.ajax.ForwardingSoapRequest(options, options)
This class is designed to be used with the org.bbqjs.spring.ajax.RequestForwarder class
and attepts to work around the same origin policy of most browsers in terms of AJAX.
|
| Name | Type | Comment |
|---|---|---|
| options | {Object} | |
| options |