iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With Plugins and Web Services > Calling Web Services from Iguana > Calling a Web Service from an Iguana Channel > Creating a VMD File To Extract Information in XML |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When you are creating a link between Iguana and the web service, you must create a VMD file that accepts incoming HL7 messages, extracts data from them, and converts the extracted data to XML format. To do this, perform the following steps:
Here, the following fields are dragged:
This VMD file is now complete. Save this file, and remember its location.
To view what the extracted data will look like when it is translated into XML, do the following:
The extracted data is displayed in the bottom panel of the XML Translation window. For this example, the extracted data looks like this:
When you create the Iguana channel that processes incoming messages, this channel will include a message filter that uses this VMD file to extract the desired data and convert it to XML. See Creating the Iguana Channels for details on how to create this channel. Now that you have created the VMD file that processes incoming HL7 messages, the next step is to create the VMD file that connects to the web service. You will do this in the following section. |