DimSrv.send

Syntax

send(body: String, callback: PP.Delegate | Function, errorCallback: PP.Delegate | Function, contentType: String, urlParams: String);

Parameters

body. Body of query to the web service.

callback. Callback procedure.

errorCallback. Callback procedure on error.

contentType. Used protocol:

urlParams. URL query parameters.

Description

The send method requests a service for working with a metadata tree.

Example

The example of use is identical to the example given for the ExpressionService.send method.

See also:

DimSrv