Invoking a SCA composite asynchronously from an OSB service
In this recipe, we will create a SOA Suite composite application with a BPEL service component with an asynchronous direct binding service interface. The direct binding interface will be invoked from an OSB business service through the SOA-DIRECT transport. The callback message from the BPEL service will be handled by an OSB proxy service through the SB transport.
Getting ready
Copy the soa-suite-invoking-soa-composite-async
holding the JDeveloper project from \chapter-8\getting-ready\invoking-soa-composite-async\
into a local workspace folder.
Import the base OSB project containing the necessary schemas and the right folder structure into Eclipse from \chapter-8\getting-ready\invoking-soa-composite-async
.
How to do it...
First we need a SOA Suite composite which exposes an asynchronous direct binding interface. In JDeveloper, perform the following steps to create it:
Open the workspace in JDeveloper by selecting File | Open and navigating...