Defining the Provider Project Parameters

You need to define the parameters used by the service provider project.

Procedure

  1. In Project Explorer, select Parameters in the Service Provider Process.

    In the Properties view, click to create a parameter.

  2. Set the values as:
    • Label as myRequest
    • Mode as In
    • Type as External Reference
  3. Click the Browse button in the External Reference field and map the myRequest parameter to the Request object in the business object model.
  4. Create a second parameter called myResponse. Define this as an Out parameter and as External Reference.
  5. Map the myResponse parameter to the Response object in the business object model.
  6. Save the project.