Hi, I would like to replace all Faults with my own response object to keep the Faults from my clients. So I mean not wrap them into another object but really replace the Fault object with my own Response. What would be the best way to do this? I read something about extending the JAXWSMethodInvoker but its not clear how that should work for me. Should I replace some interceptors on the outgoing chain? Can someone help me out here?
Ronald -- View this message in context: http://old.nabble.com/Replace-Fault-with-custom-response-tp28751052p28751052.html Sent from the cxf-user mailing list archive at Nabble.com.
