soa - prior blogpost-2
Steps to use Oracle Adapter Services in Oracle Service Bus - Adapter should be installed and deployed on the Weblogic Server. - Oracle JDeveloper 11g should be installed on the local machine. - Exercise is explained using Database Adapter. This exercise involves there major steps: 1) Creating the SOA Composite with Database Adapter. - This step will create a Binding (*.jca) and WSDL (*.wsdl) file in the project which would required for generating the Data Service. An example binding file is displayed below: ********************************************************************************* <adapter-config name="QueryDatabaseByPersonID" adapter="Database Adapter" wsdlLocation="QueryDatabaseByPersonID.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata"> <connection-factory location="eis/DB/Development" UIConnectionName="Development" adapterRef=""/> <endpoint-int...