ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ach.trp:receiveStream
 
wm.ach.trp:receiveStream
WmACH. Parses an ACH message stream, breaking it into separate batches, and sends the batches to the appropriate routing engine after validation. The routing engine invokes the appropriate processing rule depending upon the matching criteria defined in the routing rules. If package WmACHForTN is enabled, then processing rules defined in Trading Networks are used; else routing rules defined through the ACH routing page are used.
Input Parameters
inputStream
Object ACH message stream.
fileId
String Internal ID of the parent document under Trading Networks. ACH Module uses this parameter internally. Leave this parameter null.
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
Routing rules/Trading Networks processing rules should be defined for batches before calling this service. If package WmACHForTN is enabled, then wm.ach.tn.trp:receive should be called instead of this service.
See Also
wm.ip.config:getConfig
wm.ach.trp:receiveStream
Examples
None.