In my client i have an interceptor which optionally adds an Exception to
the message content.

The interceptor is executed in Receive phase

If an exception is added i want to skip all interceptors until after
XMLFaultInInterceptor (i am using xml binding not soap)

Is it safe to call doInterceptAfter XMLFaultInInterceptor from this
interceptor or will it cause issues

It appears to be working fine from my initial tests

Reply via email to