Language Reference Guide : 4. System Classes : RemoteServer Class : JsonRpcRequest Method
 
Share this page                  
JsonRpcRequest Method
This method can be used to directly pass a JSON-RPC request to the server. It allows calling remote procedures through a JSON-RPC 2.0 request string.
This method internally invokes the JsonHandler.JsonRpcRequest() method.
This method has the following syntax:
StringObject = RemoteServer.JsonRpcRequest(request = StringObject)
request
Specifies the StringObject containing the JSON-RPC 2.0 request.