iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Routing and Processing Messages > Splitting One Message Into Many Messages > Step 2 - Setting Up the VMD File |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Now that you have some sample data to work with, the next step is to use Chameleon and this sample data to create a VMD (Visual Message Definition) file. This VMD file will contain a message definition for the input ADT^A17 messages.
At this point, the segments are recognized, but the message itself is still not recognized. The next step is to create a message definition that matches the incoming ADT^A17 messages.
The message is re-parsed automatically and is now recognized: The Create Message Definition Wizard adds the new message definition to the Workspace: The Wizard also creates the message identity for this message definition. To view the message identity, double-click the Identity link that has just been created. The Identity window appears: This indicates that the message identity for this definition is a Message Code of ADT and a Message Type of A17.
Your VMD file now contains all the information it needs to recognize the incoming ADT^A17 messages. The next step is to write the Python transformation script that generates the ADT^A02 output messages. This script is described in the next section. |