ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Managing webMethods ACH Module | Configuring the Custom ACH Module Persistence Store
 
Configuring the Custom ACH Module Persistence Store
ACH Module enables you to customize where ACH files are stored by providing specification references for your custom services. For information about specification references and services, see the webmethods Developer User’s Guide for your release.
You must create the following services yourself if you want to use a custom ACH Module persistence store. The specifications for these services are located in the WmIPPersist package.
* wm.ip.persist.spec:add - saves ACH files
* wm.ip.persist.spec:get - retrieves ACH files
* wm.ip.persist.spec:query-retrieves the unique key list of ACH files
* wm.ip.persist.spec:remove - removes ACH files from the ACH Module persistence store
* wm.ip.persist.spec:updateStatus - updates the status of ACH files
*To configure a custom ACH Module persistence store
1. From Developer, create a new service. For instructions, see the webmethods Developer User’s Guide for your release.
Note:
You must name your service the same name as the specification. For example, if you implement the add specification reference, you must name your service add.
2. In the Developer editor, click the Input/Output tab.
3. In the Specification Reference field, type the specification's name or click the browse button to select it from the WmIPPersist package.
4. Open Integration Server Administrator.
5. On the ACH Home page, click Configuration. The Current Configuration page appears.
a. Specify a persistence type of IS Service.
b. Enter a value in the Persistence Folder Namefield. The namespace should be identical to the service created in step 1.
6. The custom ACH Module persistence store is now configured. ACH Module will use this custom Integration Server service (rather than the file system) when it saves batches.