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:generateACHFile
 
wm.ach.queue:generateACHFile
WmACH. Generates an ACH message file from queued batches.
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.
outputDirectory
String Path of folder where resulting ACH file should be created.
batchId
String[ ] Batch IDs for queued batches that need to be added to the generated ACH file.
Output Parameters
generatedFileName
String File name of the resulting ACH file.
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
*Call this service when a set of queued batches needs to be sent. The generated ACH file can then be sent to the ACH network.
*Batch IDs for queued batches can be obtained by using index fields and the wm.ach.queue:query service to query the batch queue.
See Also
wm.ach.queue:query
Examples
None.