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:queueBatch
 
wm.ach.queue:queueBatch
WmACH. Adds an ACH batch object to the batch queue under the ACH Module persistence store. Also creates an index for each batch based on header information, to improve searching.
Input Parameters
originId
String Origin for the ACH file, used in ACH file header block.
destinationId
String Destination for the ACH file, used in ACH file header block.
originName
String Origin name for the ACH file, used in ACH file header block.
destinationName
String Destination name for the ACH file, used in ACH file header block.
batchObject
Object Batch object created from the batch header information and ready to be queued.
Output Parameters
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 service.
Usage Notes
This service uses the persistence mechanism implemented in the WmIPPersist package. Users can choose to store persisted messages in the file system or implement their own custom Integration Server service to persist batches.
See Also
wm.ach.queue:query
Examples
None.