The request message is routed based on the value of the subscription
level. This value needs to be passed with the message from one primitive to
another. We will create a business object to contain the subscription level,
and we will set the value of the subscription level when we build
the request flow.
The SubscriptionInformation business object will contain a subscriptionLevel
field. To create the business object, complete the following steps:
- In the Business Integration view, select Resources. Right click
and choose New > Business Object. Type SubscriptionInformation in
the Name field, and click Finish.
- In the Business Object Editor, click the Add a field
to a business object button
. An attribute named field1 of type string is created.
- Rename field1 to subscriptionLevel and keep
the type of string.
When you build your request flow, you will add this business object
to the input node so that the subscriptionLevel property is available throughout
the request and response flows. Close all open editors.