Prepackaged HTTP fault selectors
Fault selectors handle runtime exceptions. Some fault selectors
come ready to use with the HTTP binding.
You can configure your import and export bindings to handle faults (for example, business exceptions) that occur during processing. A fault handler can be set up at three levels: you can associate a fault handler with a fault, with an operation, or with a binding. For import bindings, you can also set up a fault selector to determine whether a response is a fault and, if so, the name of the fault. See Handling faults in bindings for more information.
| Fault selectors | Description |
|---|---|
| Header-based fault selector | A header-based fault selector examines the headers in the incoming response message to determine if the response message is a business fault, a runtime exception or a normal message. |
| SOAP fault selector | A SOAP fault selector examines the body of the
incoming response message for the fault message and examines the SOAP
header to determine if the fault is a business or runtime fault, and
the fault name in the case of a business fault. See SOAP fault selector. |
If you want to create and use a new data transformation binding resource, see Creating a data format transformation resource configuration .
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15