If a service method invocation at the pivot generates a fault, do handlers on the response chain get invoked? Does their invoke() method get called? Their onFault() method?
Some tests I've done suggest that only Handlers in the request chain get called, but I'm not sure I'm right.
