Hi ! I'm trying to figure out how to pickup all exceptions (including IllegalArgument, NPE, etc) that may be thrown from custom IN interceptors as well as Port Impls such that I would be able to wrap it up in MyWebFault which has defined ERROR_CODEs exposed through WSDL. I see that there are several OUT interceptors processing exceptions, my question is how to replace default one with my custom version of it or should I insert mine in front of them and pre-process the message instead? The approach should also work with REST and hopefully be in once place.
Thanks, -Vitaly -- View this message in context: http://old.nabble.com/Soap-Fault-handling-in-the-Out-Interceptor-tp26408430p26408430.html Sent from the cxf-user mailing list archive at Nabble.com.
