In This Topic
Adds request to the web service.
Syntax
var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
var value; // Type: object
// Parameters
var request; // Type: WebRequestJS
value = instance.addRequest(request);
Parameters
- request
- An instance of WebRequestJS class.
Return Value
Pair (
WebServiceJS instance and XMLHttpRequest instance) if request was executed successfully; otherwise, null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also