Oracle SOA Suite 12c Database Adapter tutorial
This article explains how to expose a database adapter functionality through a BPEL service. It is assumed that you have an Oracle Database instance with the HR Schema available. If you don't, then you can follow the instructions here . The database installed in the article contains the HR Schema. You can download the full working project from GitHub here . The article will be separated into two sections: Create a Weblogic Datasource and configure a new outbound connection pool in the DBAdapter deployment. Create a SOA project with a new database adapter and expose the adapter's operations through a BPEL Service. Section 1 - Weblogic Datasource and DBAdapter deployment Open the weblogic console and login (http://localhost:7101/console). Navigate to Services->Datasources and create a new Generic Data Source. Enter...