Module for ISO_8583 9.6.June 2016 | Understanding and Using webMethods ISO8583 | Installing and Using Module for ISO_8583 | Processing ISO_8583 Messages | Parsing Incoming ISO_8583 Messages into IData Objects
 
Parsing Incoming ISO_8583 Messages into IData Objects
When converting an incoming ISO_8583 message into an IData object, for example to send it to Integration Server for processing, you use the wm.estd.iso8583.service:convertISOMsgToIData service. To run the service, use Designer. The following procedure describes how to run the service in Designer.
*To convert ISO_8583 messages into IData objects:
1. Start Integration Server and Designer, if they are not already running.
2. Make sure Designer is using the Service Development perspective. If not, switch to it by selecting Window > Open Perspective > Service Development.
3. To connect to Integration Server:
a. In Package Navigator view, select the Integration Server to which you want to connect.
b. Right-click, and select Connect to server.
For more information about how to work with Integration Server in Designer, see the webMethods Service Development Help.
4. In Package Navigator view, expand the ISO_8583 package and locate the wm.estd.iso8583.service:convertISOMsgToIData service.
5. In Designer, select Run > Run As > Run Service.
6. In the Enter Input for 'convertISOMsgToIData' dialog box, specify input values for the service.
For information about the service parameters, see the wm.estd.iso8583.service:convertISOMsgToIData service.
7. Click OK. Designer runs the service and displays the results in the Service Result view.