For Scenario 1, the sample includes a comprehensive set of files
so you do not need to generate them. In an actual work environment, someone
would need to generate the artifacts and configure the adapter using the enterprise
service discovery wizard.
Before you begin
Before using the scenarios, you need to install the adapter and extract
the samples package from the folder called
"Sample."For
information about installing the adapter, refer to Installing IBM WebSphere Adapters.
Steps for this task
Obtain the project file Go to the "jdbc/samples/Apps" folder
and find the JDBCApp.ear.
The enterprise application archive (EAR)
file for this project contains the following files:
- A configured instance of the adapter that is deployed by default to the
local host application server: CWYBC_JDBC.rar
- A service component architecture (SCA) module with various SCA artifacts:
- JDBCInboundInterface.export
- JDBCInboundInterface.wsdl
- JDBCOutboundInterface.import
- JDBCOutboundInterface.wsdl
- A WSDL file: CustomerInterface.wsdl
- Business objects:
- InboundRtasserCustomer.xsd
- InboundRtasserAddress.xsd
- InboundRtasserCustInfo.xsd
- OutboundRtasserCustomer.xsd
- OutboundRtasserAddress.xsd
- OutboundRtasserCustInfo.xsd
- InboundRtasserCustomerBG.xsd
- InboundRtasserAddressBG.xsd
- InboundRtasserCustInfoBG.xsd
- OutboundRtasserCustomerBG.xsd
- OutboundRtasserAddressBG.xsd
- OutboundRtasserCustInfoBG.xsd
- InboundRtasserCustomerContainer.xsd
- InboundRtasserAddressContainer.xsd
- InboundRtasserCustInfoContainer.xsd
- OutboundRtasserCustomerContainer.xsd
- OutboundRtasserAddressContainer.xsd
- OutboundRtasserCustInfoContainer.xsd
- SQL scripts to create database tables:
- CreateCustomerTable.sql
- CreateAddressTable.sql
- CreateCustInfoTable.sql
What to do next
Next, you will do the deployment and configuration task.