< Previous | Next >

Set up a business object for temporary data

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:

  1. In the Business Integration view, select Resources. Right click and choose New > Business Object. Type SubscriptionInformation in the Name field, and click Finish.
  2. In the Business Object Editor, click the Add a field to a business object button Add a field. An attribute named field1 of type string is created.
  3. Rename field1 to subscriptionLevel and keep the type of string.
    The SubscriptionInformation business object
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.





Feedback



This information center is powered by Eclipse technology. (http://www.eclipse.org)

< Previous | Next >