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:retrieve
 
pub.remote.gd:retrieve
WmPublic. Retrieves the results of a guaranteed delivery transaction submitted asynchronously or synchronously to a remote webMethods Integration Server.
Input Parameters
tid
String Transaction identification number.
block
String Optional. Flag that specifies whether to block or poll for the results of the transaction. Set to:
*true to wait until the invoked service completes before retrieving results. This is also known as blocking mode. This is the default.
*false to retrieve the results immediately, whether or not the invoked service is completed. This is also known as polling mode.
Output Parameters
results
Document Conditional. Document (IData object) containing the results of the service in the guaranteed delivery transaction.
Usage Notes
If block is false, and the results of the transaction are still pending when this service executes, the results are returned as null.