Chapter 2. Service implementation and optimization 49
Redirect a request message that encounters an error to an alternate
processing path rather than immediately returning an error. This is done using
the On-Error action with the Error Mode set to Alternative.
Error rules can also generate log messages or take other actions as needed. The
type and degree of error handling needed for a particular implementation
depends on the policy of the enterprise.
2.6 General considerations
This section presents usage considerations and best practices on a range of
features and objects on the device.
2.6.1 Service chaining
In some cases, the message processing that is offered by a single service, such
as a Web Service Proxy, cannot meet the required need ...