Creating the Business Objects in the Provider Project

The business model for the service provider project contains business objects that represent the request and response passed by the service.

Procedure

  1. Open the ServiceProvider.bom business object model.
  2. Create a class called Request.
  3. Add to the class two attributes called Forename and Surname. Leave both as the default type Text and the default multiplicity of 0..1.
  4. Create a second class called Response, with a single attribute called Combined Name.
  5. Save the business object model. The business object model saves separately from the process package, so make sure that the asterisk indicating changes has disappeared from the business object model tab title, or you will experience errors later in the tutorial.