Understanding asynchronous service invocations

Unlike in a synchronous web service invocation, both parties act as client and server during an asynchronous web service invocation. So when sending the request, the BPEL process acts as the client and the external service becomes the server for the particular conversation. Then when the external service sends the response, external service is the client and the BPEL process is the server for that particular conversation.

In contrast with a synchronous web service invocation, those two client-server conversations should be defined separately in an asynchronous web service invocation. Now we will analyze the difference between a synchronous and an asynchronous invocation.

If you consider the implementation ...

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.