Navigate to the Oracle WebLogic Server Administration Console: Use the required credentials to open the Home page of the Oracle WebLogic

8-32 Oracle Fusion Middleware Users Guide for Technology Adapters xsd:schema xmlns:xsd=http:www.w3.org2001XMLSchema xmlns:nxsd=http:xmlns.oracle.compcbpelnxsd targetNamespace=http:xmlns.oracle.compcbpelnxsdextensionsFileInbound xmlns:tns=http:xmlns.oracle.compcbpelnxsdextensionsFileInbound elementFormDefault=qualified attributeFormDefault=unqualified nxsd:encoding=US-ASCII nxsd:stream=chars nxsd:version=NXSD xsd:element name=Items xsd:complexType xsd:sequence xsd:element name=item minOccurs=1 maxOccurs=unbounded xsd:complexType xsd:sequence xsd:element name=Name type=xsd:string nxsd:style=terminated nxsd:terminatedBy=, nxsd:quotedBy=quot; xsd:element xsd:element name=Type type=xsd:string nxsd:style=terminated nxsd:terminatedBy=, nxsd:quotedBy=quot; xsd:element xsd:element name=Quantity type=xsd:string nxsd:style=terminated nxsd:terminatedBy=, nxsd:quotedBy=quot; xsd:element xsd:element name=Rate type=xsd:string nxsd:style=terminated nxsd:terminatedBy={eol} nxsd:quotedBy=quot; xsd:element xsd:sequence xsd:complexType xsd:element xsd:sequence xsd:complexType xsd:element xsd:schema --NXSDWIZ:C:\errors\inputFiles\orders.txt:--

8.4.5.2 Creating an Application Server Connection

You must establish connectivity between the design-time environment and the server you want to deploy to. Perform the steps mentioned in Section 2.7, Creating an Application Server Connection for Oracle JCA Adapters to create an application server connection.

8.4.5.3 Creating an Application and an SOA Project

You must create an JDeveloper application to contain the SOA composite. Use the following steps to create a new application and an SOA project: 1. Open JDeveloper.

2. In the Application Navigator, click New Application. The Create Generic

Application - Name your Application dialog is displayed.

3. Enter a name for the application in the Application Name field. For example,

queue2queue.

4. In the Application Template list, choose Generic Application.

5. Click Next.

The Name your project page is displayed. Oracle JCA Adapter for JMS 8-33

6. In the Project Name field, enter a descriptive name. For example, queue2queue.

7. In the Available list in the Project Technologies tab, double-click SOA to move it

to the Selected list.

8. Click Next. The Create Generic Application - Configure SOA settings page is

displayed.

9. Select Composite With BPEL from the Composite Template list, and then click

Finish . You have created a new application, and an SOA project. The Create BPEL Process page is displayed.

10. Enter a name for the BPEL process in the Name field. For example, queue2queue.

11. Select Define Interface Later in the Template list, and then click OK.

You have created a BPEL process. The queue2queue application, queue2queue project, and the SOA composite appear in the design area. 12. Copy the Q2Qorders.xsd file to the XSD folder in your project.

8.4.5.4 Creating an Inbound Adapter Service

Perform the following steps to create an adapter service that will dequeue the message to a queue:

1. Drag and drop JMS Adapter from the Service Adapters list to the Exposed

Services swim lane in the composite.xml page. The Adapter Configuration Wizard Welcome page is displayed.

2. Click Next.

The Service Name page is displayed.

3. Enter Inbound in the Service Name field, and click OK.

The JMS Provider page is displayed.

4. Select Oracle Weblogic JMS in the Oracle Enterprise Messaging Service OEMS

box, as shown in Figure 8–15 , and click Next. The Service Connection page is displayed.