Defining a Context Object
You perform the following steps to create a context object and assign it to the service interface BookingOrderCancelationRequest_Out.

Using this
context object, you can formulate routing conditions for the specific airline
during
configuration (see
also
Receiver
Determination).
...
1. In the navigation area, expand your namespace and position the cursor on Context Objects.
2.
In the context
menu, choose New (
).
3. Create a context object with the name AirlineID in your namespace and software component version.
4. On the Edit Context Object screen, specify the reference type xsd:string.
5. Save the object.
You perform the following steps to assign the context object AirlineID to the service interface BookingOrderCancelationRequest_Out.
...
1. Open the service interface.
2.
Switch to change
mode. To do this, choose Switch Between Display and Edit
Modes (
) in the object editor toolbar.
3. On the Context Objects tab page, in the message structure, expand the BookingID node.
4. Select the element AirlineID.
5. In the Context Object column, call input help.
6. Select the object AirlineID.
7. Save the service interface.