Pre-8.2 Compatibility Mode | MEP | Behavior |
False | In-Out | Integration Server invokes a fault handler service if a request handler service failed and returned a status code of 3. In this situation, Integration Server does not invoke the fault handler service for every handler in the handler chain. Instead, Integration Server invokes the fault handler service for each handler that has already executed in the handler chain. Integration Server starts with the current handler and continues in reverse order until it invokes all the fault handlers for the executed request handlers in the handler chain. |
In-Only | Integration Server does not execute the fault handler services assigned to the web service descriptor. | |
Robust-In-Only | Integration Server only executes the fault handler services if a request handler service fails and returns a status code of 3. Note: For a consumer, Integration Server provides partial support for Robust In-Only for SOAP over JMS. For more information, see Consumer Support for Robust In-Only Operations with SOAP/JMS Bindings. | |
True | All | Integration Server invokes a fault handler service if a request handler service failed and returned a status code of 3. In this situation, Integration Server does not invoke the fault handler service for every handler in the handler chain. Instead, Integration Server invokes the fault handler service for each handler that has already executed in the handler chain. Integration Server starts with the current handler and continues in reverse order until it invokes all the fault handlers for the executed request handlers in the handler chain. |