0% found this document useful (0 votes)
40 views15 pages

Database QueryByExample

The document provides steps for demonstrating QueryByExample using a BPEL process and database adapter in Oracle SOA. It describes creating a synchronous BPEL, modifying the XSD, importing an employee table into the database adapter, selecting columns and keys, wiring the database adapter to the BPEL, adding an invoke activity configured for QueryByExample, adding a transform before the invoke, and testing the application.

Uploaded by

Study Iit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views15 pages

Database QueryByExample

The document provides steps for demonstrating QueryByExample using a BPEL process and database adapter in Oracle SOA. It describes creating a synchronous BPEL, modifying the XSD, importing an employee table into the database adapter, selecting columns and keys, wiring the database adapter to the BPEL, adding an invoke activity configured for QueryByExample, adding a transform before the invoke, and testing the application.

Uploaded by

Study Iit
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Here we are going to demonstrate QueryByExample.

Create a synchronous BPEL.


Now your composite.xml will look like below:

Your BPEL should look like below:

[email protected]

Now modify your xsd. Your XSD should look like below:

Now take database adapter and navigate till operation selection screen:
[email protected]

Now select Query by Example operation.

Click on Next>

[email protected]

Import the employee table you have created.

After import your wizard should look like below:

[email protected]

Click on Next>
Select eno as the primary key in the next screen.

[email protected]

Click on Next>

[email protected]

Click on Next>
In the next screen, select the columns as shown below:

[email protected]

Click on Next>

[email protected]

Click on Next>

[email protected]

Click on finish.

[email protected]

Now your composite.xml will look like below:

Now wire db adapter to bpel.


Now your composite.xml will look like below:

[email protected]

Now open your BPEL.


It will look like below:

Now take invoke activity, wire it to dbadapter and configure it as shown below:
[email protected]

Now click on apply and ok.

Now your BPEL should look like below:

[email protected]

Now take a transform activity before invoke activity and transform the input to invoke input
as shown below:

Now make, deploy and test the application.

[email protected]

[email protected]

You might also like