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:convertStringToDoc
 
wm.ach.converter:convertStringToDoc
WmACH. Converts an ACH record format string to a record table containing key/value pairs. You may optionally instruct the service to validate the record.
Input Parameters
recordName
String Name of the ACH record.
recordString
String ACH record format string to be converted to key/value table.
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 table.
Usage Notes
None.
Examples
None.