pub.remote.gd:invoke
WmPublic. Invokes the service for a guaranteed delivery transaction by making a synchronous call to a remote webMethods Integration Server.
Input Parameters
service | String Name of the service to be run on the remote webMethods Integration Server. |
tid | String Transaction identification number for the service. |
inputs | Document Optional. Document (IData object) containing the inputs for the service. |
Output Parameters
results | Document Conditional. Document (IData object) containing the pipeline as it exists after the service is invoked. |
Usage Notes
To use an asynchronous call to the server to invoke a service for a guaranteed delivery transaction, use the
pub.remote.gd:submit service.
If the remote server does not respond within the timeout limit specified in this server's watt.net.timeout setting, the Integration Server treats it as a failed attempt and retries the request.