send(body: String, callback: PP.Delegate | Function, errorCallback: PP.Delegate | Function, contentType: String, urlParams: String);
body. Body of query to the web service.
callback. Callback procedure.
errorCallback. Callback procedure on error.
contentType. Used protocol:
application/json. The JSON-RPC protocol is sued. Default.
text/xml. The SOAP protocol is used.
urlParams. URL query parameters.
The send method requests a service for working with a metadata tree.
The example of use is identical to the example given for the ExpressionService.send method.
See also: