Creating the Service Provider Project

First create the project that will provide the virtual service. This can be a BPM or an SOA project. This tutorial uses a BPM project.

Procedure

  1. Select File > New > BPM Developer Project.
  2. Call the project ServiceProvider.
  3. Select BPM as the Destination Environment, and click Next.
  4. On the Asset Type Selection page, deselect Emulations and click Next.
  5. The Business Object Model page displays. In the Filename field, name the model ServiceProvider.bom. Click Next.
  6. At the Business Processes page, name the process package SPProcessPackage.xpdl and click Next twice.
  7. At the Select Template page, expand Business Process Templates and select Simple Process.
  8. Click Finish.

Result

This creates a project containing:

  • A blank business object model.
  • A business process containing a Start and an End event, and a single task.