Transformation steps
performs a transformation of messages that consists of three steps:
- The messages from a communication client or ION are processed according to the defined configuration in .
- analyzes the format and type of the message. Qualifiers in the message are used to identify the message standard, the message type, and the message version.
- evaluates the sender and receiver of the imported message. The sender ID and receiver ID define the unique partner ID that is used to retrieve the transformation rule for the message. A transformation rule defines how to transform the source message into the target message.
- Partner ID and message type are associated with a transformation rule. uses the partner ID and the message type to retrieve the transformation rule and to convert the message.
processes the imported messages:
- transforms the imported messages according to the transformation rule for the specific trading partner. The target message format of the transformation can be an XML or non-XML format.
- publishes the transformed message.