web analytics
free online training

Posts Tagged ‘File Adapter’

SOA Suite 11g Mediator Example Implementation Part 3

Download MediatorExample.

Following Part 2 of implementation earlier, let us proceed to the final step.

Part 3: Database Adapter for Order Management

Create ORDERS and ITEMS tables in the database of your choice. Description of these tables shown below. SQL script can be downloaded from here.

image

Drag and drop a Database Adapter from Component Palette on to Services section of composite.xml. Enter OrderManagementDBAdapter for “Service Name”.

orafmwschool_mediator_48

Select Database properties in the next screen. This presume you’ve successfully created Database connection pointing to the database containing ORDERS and ITEMS tables. If not, please click on the pencil icon next to “+” icon and create a new database connection.

orafmwschool_mediator_49

 

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

SOA Suite 11g Mediator Example Implementation Part 2

Download MediatorExample.

Following Part 1 of implementation earlier, let us proceed to the next step.

Part 2:

Drag and drop a File Adapter from Component Palette on to Components section of composite.xml. Enter OrderFTPClientService for service name.

orafmwschool_mediator_020

Enter values for next steps as shown in screenshots below.

orafmwschool_mediator_021
orafmwschool_mediator_22

 

Select “Read File” as Operation Type and enter operation name as ReadFTPFile as shown below.

orafmwschool_mediator_23

Related posts