Skip to main content

OSB WS Calling over Oracle SOA (BPEL) Using direct binding

Hey All,
One of my friend ask for me to can we call OSB proxy web service over SOA bpel using direct binding component So here i came with this post, hope this will help you.
In my last post i talked about how to call a direct binding WS to another SOA project using direct binding reference web service.
For calling OSB WS Calling over Oracle SOA (BPEL) Using direct binding, following project configuration need to be take place, I HOPE IT WILL HELP YOU :)
Create an OSB project just simple WSDL, web service schema and one proxy service, proxy service is generating a constant response.
Here we done with OSB part, deploy this OSB project over OSB server and you can test it with SB console but not with SOAP-UI, Made a test with OSB console.
SB Console test:
Here we done with OSB part, now we start with SOA project over jdeveloper.
Create a SOA project, Copy resources from OSB project to SOA project (WSDL and XSD files)
Design SOA project with web service component, one mediator(optional) and one BPEL component where we will invoke this OSB WS.
Generated XML Code will be like:
Call OSB WS using invoke activity inside from BPEL.
Deploy SOA composite over SOA server and test it with EM console.
Now open EM console and you can check BPEL execution flow.
Cheers!!!!! you did it :)

Comments

Post a Comment