@ExternalServiceRequest2::send

Request the service to be performed using the existing variable object parameters.

This method also causes the result object to be populated with two variables, $serviceRequest.completed and $serviceRequest.successful, corresponding to the results of the execution. The variables, which have a default value of false, are set to true when the request completes successfully. These variables are sent to the k or integration agent along with any other user-defined variables for the request.

Syntax:

@ExternalServiceRequest2::send()

Parameters:

None

Returns:

None

Example: