Defining the Process Data

Procedure

  1. In Project Explorer, select the Data Fields entry under the Service Consumer Process.

    In the Properties view, click to create a field.

  2. Set the Label to myResponseField and the Type to External Reference.
  3. Click the Browse button in the External Reference field and map the myResponseField field to the Response object in the business object model of the ServiceProvider project.
  4. When prompted to add ServiceProvider as a reference project, click Yes.
  5. In Project Explorer, select the myResponseField data field and drag it over the Display Result task.
  6. In the pop-up menu that displays, click on Add Data to View and Assign.
  7. In the Properties view of the Display Result task, the Interface tab now displays myResponseField as an In/Out parameter.
  8. In Project Explorer, select Parameters in the ServiceConsumer Process.

    In the Properties view, click to create a parameter.

  9. Set the values as:
    • Label as myRequestParam
    • Mode as In
    • Type as External Reference
  10. Click the Browse button in the External Reference field and map the myRequestParam parameter to the Request object in the business object model of the ServiceProvider project.