HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | Processing HL7 Messages | Parsing Incoming HL7 Version 2.x Messages into IData Objects
 
Parsing Incoming HL7 Version 2.x Messages into IData Objects
When converting an incoming HL7 version 2.x message into an IData object, for example to send it to Integration Server for processing, you use the wm.ip.hl7.service:convertHL7ToIData service. To run the service, use either Developer or Designer. The following procedure describes how to run the service in Designer.
*To convert HL7 version 2.x 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 WmHL7 package and locate the wm.ip.hl7.service:convertHL7ToIData service.
5. In Designer, select Run > Run As > Run Service.
6. In the Enter Input for 'convertHL7ToIData' dialog box, specify input values for the service.
For information about the service parameters, see the wm.ip.hl7.service:convertHL7ToIData service.
7. Click OK. Designer runs the service and displays the results in the Service Result view.