Transformation steps

Transformation performs a transformation of messages that consists of three steps:

  1. Transformation processes the imported messages:
    • The messages from a communication client or ION are processed according to the defined configuration in Transformation.
    • Transformation 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.
    • Transformation 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. Transformation uses the partner ID and the message type to retrieve the transformation rule and to convert the message.
  2. Transformation 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.
  3. Transformation publishes the transformed message.