ACH Module Version 6.1.September 2006 | Understanding and Using webMethods ACH Module | Installing and Using ACH Module | Services | Summary of Services | wm.ip.persist.store:register
 
wm.ip.persist.store:register
WmIPPersist. Registers a product with the persistence module.
Input Parameters
productKey
String Identifier representing the product. When using ACH Module, the product key must be ACH.
persistenceType
String Possible values are File and IS Service. See usage notes below.
msgType
String Possible values are stream, byteArray, and string.
folder
String Folder where messages for this product will be stored.
Output Parameters
None.
Usage Notes
If the persistence type is File, messages will be stored in the file system.
If the persistence type is IS Service, messages will be stored in a custom store (such as a database) that the Integration Server can access. You could then use the services of an adapter (such as webMethods Adapter for JDBC) to store messages in, query messages in, and remove messages from, the custom store.
See Also
wm.ip.persist.util:add
Examples
None.