Integratec API Platform
String opJavaApi.OPClientConnection.sendRequest ( String  serviceId,
String  request 
) throws OPException

Sends an asynchronous request.

Parameters
[in]serviceIdIdentifier of the service that handles the request.
[in]requestRequest data in JSON format.
Returns
The return value is a unique identifier for the request.
Exceptions
OPException
Usage
Open a client connection before calling this method, using open.
Specify the request using the serviceId and request parameters.
Attention
Delete the record of the request using deleteRequest when you no longer need to receive a reply for the request.
See also
deleteRequest and open.