Monday, 3 March 2014

Test A BPEL Process Initiated By DBAdapter Polling

When a BPEL process initiated by the polling inbound operation of a DBAdapter, the test button is disabled on the EM i.e. it is not allow you test it in EM.

For Example,

Consider the below BPEL process which is iniated by a DB Adapter which polls to the Employee table.










After deploy the above BPEL process in the EM the test button is disabled.











Here the reason is this BPEL process will automatically trigger depending upon the records modified or inserted on the corresponding polling table.

We can test this BPEL process explicitly from the Weblogic Enterprise Manager by exposing the BPEL with SOAP binding. Please follow the below steps to do the same.

























Now redeploy and go to the EM test it.

















Also Check: DB Adapter polling multiple records form Database

Happy Coding.

No comments:

Post a Comment