ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ach.converter:convertDocToString
 
wm.ach.converter:convertDocToString
WmACH. Converts an ACH record table to a record string in ACH record format. You may optionally instruct the service to validate the record.
Input Parameters
recordName
String Name of the ACH record.
recordTable
IData The ACH record to be converted to string.
validate
String A value of true means the service is to validate the record. A value of false means the service is to not validate the record.
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.
recordString
String Resulting ACH record format string.
Usage Notes
None.
Examples
None.