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