This scenario demonstrates how to create, configure, and deploy
a new message mapping. The message flow that is used in this example reads
an XML input message (an airline message), then uses a
Mapping node to
achieve the following transformations:
- Convert the input message from XML to COBOL
- Modify an element in the input message from the results that are obtained
by a database lookup
- Concatenate two elements in the input message to form a single element
in the output message
Here are the steps that are involved in this scenario: