- Developing SOA Applications with Oracle SOA Suite
- Using the BPEL Process Service Component
- Using Correlation Sets and Message Aggregation
- Creating Correlation Sets in Oracle JDeveloper
- How to Manually Create Correlation Sets From the Correlations Tab
- Step 1: Creating a Project
Step 1: Creating a Project
To create a project:
- Start Oracle JDeveloper.
- From the File main menu, select New > Applications.
- Select SOA Application, and click OK.
The Create SOA Application Wizard appears.
- In the Application Name field, enter a name (for this example,
MyCorrelationSetApp
is entered). - Accept the default values for all remaining settings, and click Next.
- In the Project Name field, enter a name (for this example,
MyCorrelationSetComposite
is entered). - Accept the default values for all remaining settings, and click Next.
- In the Composite Template section, select Composite With BPEL Process, and click Finish.
The Create BPEL Process dialog appears.
- 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.
- Accept the default values for all remaining settings, and click OK.