In this tutorial we will examine how to handle run time and business faults, in case of synchronous and asynchronous requests. Here is the flow chart of the use-case we’ll implement.
Client sends a one-way synchronous request message through Mediator.
If Mediator detects invalid XML message (schema validation) runtime exception is directly returned to the client.
Mediator sends a request to BPEL process through “queued” type routing rule. This is equivalent to starting an asynchronous process.
Recent Comments