Context Panel

The name of the context panel is based on the type of path where the Transform task appears.

Type of Path Name of Context Panel
Input Mediation Operation Context
Output Target Operation Context
Fault Mediation Fault Context

The context panel always displays the schemas that define the data for the current mediation properties, message flow context, and message data. Regardless of the type of path, the schema of the mediation properties and message flow context are always the same. The schema for the message data varies depending upon the schema of the recipient’s expected message.

Schema for message properties and message flow context
Schema Component Description
MediationFlowProperties This schema component contains an element named properties that is of type complex that contains the properties defined on the Properties tab of the mediation flow. See Adding a Mediation Flow Propery.
MessageFlowContext This schema component contains the defined context parameters. See Working with Message Context Properties.
MessageData The MessageData component contains the message of the expected recipient.

For example, for input paths this component contains the schema of the input message of the mediation or the target operation. For output paths, this component contains the schema of the reply message of the mediation or the target operation. Similarly, for fault paths this component contains the schema of the fault message. For fault paths, this component contains a choice element that contains either one of the faults returned by the target operation or a generic Undeclared fault message