ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ach.tn.trp:send
 
wm.ach.tn.trp:send
WmACHForTN. Generates an ACH message file from queued batches based on the specified search criteria and sends the file to Trading Networks for persistence. The service then invokes the Integration Server service specified with the sendSvc parameter.
Input Parameters
fromDate
String Begin date range.
toDate
String End date range.
msgType
String Type of the ACH message. The message type must be one of the SEC codes listed in Standard Entry Class Codes.
senderId
String Origin of the ACH message.
receiverId
String Destination of the ACH message.
sendSvc
String Fully qualified name of the Integration Server service that sends the message file to the ACH operator.
Output Parameters
None.
Usage Notes
Call this service when a set of queued batches needs to be sent to the ACH network. The ACH Module does not implement any transport service. The user must implement a transport service that expects the following as input:
*Object (InputStream) achStream
The fully qualified name of this service must be specified as the input parameter sendSvc.
sendSvc is invoked after submitting the ACH file document to Trading Networks. The user can also define a Trading Networks processing rule for the "ACH file" document type that implements a transport service.
To view a persisted file, use the Trading Networks feature Transaction Analysis.
See Also
wm.ach.queue:query
Examples
None.