Select Create New Mapper File and click OK.

Creating Oracle Mediator Routing Rules 19-59

19.4.1 How to Create the AsyncMediator Use Case

This section provides the design-time tasks for creating, building, and deploying the use case. These tasks should be performed in the order in which they are presented.

19.4.1.1 Task 1: How to Create an Oracle JDeveloper Application and Project

To create an Oracle JDeveloper application and a project: 1. In Oracle JDeveloper, click File and select New. The New Gallery dialog appears.

2. In the New Gallery, expand the General node, and select the Applications

category.

3. In the Items list, select SOA Application and click OK.

The Create SOA Application wizard appears.

4. In the Application Name field, enter AsyncMediator and then click Next.

The Name your project page appears.

5. In the Project Name field, enter AsyncMediatorSample and click Next.

The Configure SOA settings page appears.

6. In the Composite Template list, select Empty Composite and then click Finish.

The Application Navigator of Oracle JDeveloper is populated with the new application and the project, and the SOA Composite Editor contains a blank palette.

7. From the File menu, click Save All.

19.4.1.2 Task 2: How to Create a Server BPEL Process

To create a server BPEL process: 1. In the Application Navigator, double-click composite.xml. The SOA Composite Editor is displayed.

2. From the Component Palette, select SOA.

3. Drag and drop a BPEL Process into the Components section.

The Create BPEL Process dialog is displayed.

4. In the Name field, enter ServerBPELProcess.

5. From the Template list, select Asynchronous BPEL Process.

6. Deselect Expose as a SOAP service and click OK. The ServerBPELProcess is

created in the SOA Composite Editor.

19.4.1.3 Task 3: How to Create an Oracle Mediator Service Component

To create an Oracle Mediator service component named Mediator: 1. From the Component Palette, select SOA. 2. Drag and drop a Mediator into the Components section. The Create Mediator dialog is displayed.

3. In the Name field, enter Mediator.