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.
I don't know about details handling handlers before and after pivot but when I was playing with handlers, I've found, that handlers, which already handle requests have onFault handled. So in chain like A->B->C->D if C generates a fault, A and B were notified.
Tomek
