Step 1: Creating a Project

To create a project:

  1. Start Oracle JDeveloper.
  2. From the File main menu, select New > Applications.
  3. Select SOA Application, and click OK.

    The Create SOA Application Wizard appears.

  4. In the Application Name field, enter a name (for this example, MyCorrelationSetApp is entered).
  5. Accept the default values for all remaining settings, and click Next.
  6. In the Project Name field, enter a name (for this example, MyCorrelationSetComposite is entered).
  7. Accept the default values for all remaining settings, and click Next.
  8. In the Composite Template section, select Composite With BPEL Process, and click Finish.

    The Create BPEL Process dialog appears.

  9. Enter the values shown in Table 9-5.

    Table 9-5 Create BPEL Process Dialog Fields and Values

    Field Value

    Name

    Enter a name (for this example, MyCorrelationSet is entered).

    Template

    Select Asynchronous BPEL Process.

    Expose as a SOAP Service

    Select the check box. After process creation, note the SOAP service that appears in the Exposed Services swimlane. This service provides the entry point to the composite application from the outside world.

  10. Accept the default values for all remaining settings, and click OK.