wm.ach.trp:receive
WmACH. Parses an ACH message file, 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 on the matching criteria defined in the routing rules. If package WmACHForTN is enabled, then processing rules defined in Trading Networks are used; otherwise, routing rules defined through the ACH routing page are used.
Note:
When not using
Trading Networks, if you get an error message of type errorObject, you must manually add a routing rule for handling error objects. For more information about creating routing rules, see
Configuring Routing Rules.
Input Parameters
fileName | String File name of the received ACH file. |
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, call wm.ach.tn.trp:receive instead of this service.
See Also
wm.ach.trp:receiveStream
wm.ip.config:getConfig
Examples
None.