web analytics
free online training

Lesson06-Fault Management

Fault Management Video Tutorial

Fault Management Tutorial in SOA Suite 11g explaining different types of validations and exception handling mechanisms.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Related posts

Fault Management Tutorial

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.

image

image Client sends a one-way synchronous request message through .

image If Mediator detects invalid XML message  (schema validation) runtime exception is directly returned to the client.

image Mediator sends a request to process through “queued” type routing rule. This is equivalent to starting an asynchronous process.

image BPEL exceptions (both runtime and business faults) are sent back to Mediator. These exceptions are handled as per policies defined in Fault Management Framework.

Related posts