Scenario A: Mapping an airline message

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:

  1. Example names and values
  2. Connect to the database and obtain the definition files
  3. Create the message flow
  4. Create the mapping file
  5. Configure the mapping file
  6. Deploy the mapping

Now go to Example names and values.

Related reference
Message mappings