ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ach.queue:getBatchFromQueue
 
wm.ach.queue:getBatchFromQueue
WmACH. Returns a batch object from the queue that matches the specified batch ID (key). The batch object returned is read only. Entries cannot be added to this batch object, nor can this batch object be added back to the queue.
Input Parameters
key
String Batch ID for a queued batch.
Output Parameters
batchObject
String Batch object retrieved from the queue.
success
String Results of the service. A value of true means the service terminated normally and a value of false means it terminated abnormally.
errors
String Any errors produced during invocation of the service.
Usage Notes
key can be obtained by querying the batch queue based on index fields.
See Also
wm.ach.queue:query
Examples
None.