Time for action – invoking the WarehousingConfirmation service
To asynchronously invoke the WarehousingConfirmationBPEL
service, we will do the following:
- Open the
BookWarehousingBPEL.wsdl
interface. - Scroll to the bottom of the process. After the human task and before the callback (
callbackClient
), we will add a new scope, calledWarehousingConfirmationInvocation
. - Within the scope, first add an
<invoke>
activity to invoke theWarehousingConfirmationBPEL
service invocation. Next, we will name the activityWarehousingConfirmationInvoke
. - Connect the
<invoke>
activity to the WarehousingConfirmationBPEL partner link. - A window pops up, where we will specify the Partner Link, Port Type (
WarehousingConfirmationBPEL
), and Operation (confirmWarehousing
), as ...
Get WS-BPEL 2.0 Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.