Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Remote Folder | Summary of Elements in this Folder | pub.remote.gd:send
 
pub.remote.gd:send
WmPublic. Makes a guaranteed one-way call (fire-and-forget) to the webMethods Integration Server to invoke a service for which no output is needed or expected.
Input Parameters
service
String Service to be run on the remote Integration Server.
tid
String Transaction identification number for the service.
inputs
Document Optional. Document (IData object) containing the inputs for the service.
Output Parameters
None.
Usage Notes
The results of the service specified in service cannot be retrieved. However, errors that occur will be logged when the guaranteed delivery transaction ends.
Use the pub.remote.gd:send service to invoke a service remotely only if you want to run a guaranteed delivery transaction and are not concerned about the results of the invoked service. After pub.remote.gd:send completes the call, the service ends the transaction; therefore, you do not need to use the pub.remote.gd:end service to end the transaction.