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.util:add
 
wm.ip.persist.util:add
WmIPPersist. Persists a message through the persistence module.
Input Parameters
productKey
String Identifier representing the product. When using ACH Module, the product key must be ACH.
msgType
String Type of the message. When using ACH Module, the message type must be one of the SEC codes listed in Standard Entry Class Codes. Used to create the index.
version
String Version of the message. Used to create the index. 1.0 is the only valid value.
senderId
String Origin of the message. Used to create the index.
receiverId
String Destination of the message. Used to create the index.
additionalQueryFields
IData Additional key/value pairs used to create the index. These pairs are later used to narrow down search results through the query service.
msg
String Message to be stored.
Output Parameters
msgId
String Unique key used to identify the stored message.
Usage Notes
None.
See Also
wm.ip.persist.util:get
Examples
None.