Module for ISO_8583 9.6.June 2016 | Understanding and Using webMethods ISO8583 | Installing and Using Module for ISO_8583 | WmISO8583 Services | wm.estd.iso8583.service:sendAsync
 
wm.estd.iso8583.service:sendAsync
The sendAsync is used to send messages to the destination host. Module for ISO_8583 uses ehcache to store messages that needs to be sent to the destination host. The sendAsync service puts messages in cache and the Request Response Listener picks the messages from the cache to send it to the destination. Cache configuration is located at <webM_Home>\IntegrationServer\<instance>\config\Caching\SoftwareAG-ISO_8583.xml
Input Variables
isoMsg
The iso8583 message.
key
The unique key to identify the iso8583 message.
Note:
The existing key can be used, if you do not want to uniquely identify the messages in the cache.
listenerName
The listener name of the Request/Response Listener
Note:
You can send the messages only if the Listener is enabled.