IBM BPM, V8.0.1, All platforms > Get started with IBM BPM > Key concepts > Bindings > Export and import binding configuration

Fault handling for import and export bindings

You can configure your import and export bindings to handle faults (for example, business exceptions) that occur during processing by specifying fault data handlers. You can set up a fault data handler at three levels...

A fault data handler processes fault data and transforms it into the correct format to be sent by the export or import binding.

For import bindings, the binding calls the fault selector, which determines whether the response message is a normal response, a business fault, or a runtime exception.

You can specify a fault data handler for a particular fault, for an operation, and for all operations with a binding.

Two editors are used in IBM Integration Designer to specify fault handling. The interface editor is used to indicate whether there will be a fault on an operation. After a binding is generated with this interface, the editor in the properties view lets you configure how the fault will be handled. See the "Fault selectors" topic in the IBM Integration Designer information center.


See

  1. How faults are handled in export bindings
  2. How faults are handled in import bindings

Export and import binding configuration


Related information:
Fault selectors