Configuring the message map to include message assembly components
In IBM® App Connect Enterprise, the message assembly is the internal representation of a message. When you transform a message, you might need access to elements in a message assembly component or you might need to modify some of these elements in your message map. You can configure a message map to include the following message assembly components: the Environment tree, the message tree Properties tree, message tree headers, the message tree body, and the local environment tree.
About this task
When a message arrives to an application or to an integration service, it is received by an input node that you have configured in a message flow. Before the message can be processed by the message flow, the message must be interpreted by one or more parsers that create a logical tree representation from the bit stream of the message data. The logical tree is also known as the message assembly. The tree format contains identical content to the bit stream from which it is created, but it is easier to manipulate in the message flow.
Procedure
To include message assembly components into your message map, complete the following steps:
Results
You now have a message map that includes the message assembly components that you need to complete your message transformation.
What to do next
Define transforms between other message assembly components that you have included. For more information, see Specifying a transform (mapping operation).