I have an exception I am throwing from my service endpoint and that exception contains a collection of Objections that hold specific errors.
If I want the client to be able to have access to those models, will the WebFault provide the serialization of the Object to XML in the service endpoint of the response and then deserialize back to the Objects for the client? Or should I use a fault interceptor to do this? Thanks, Jay -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-and-WebFault-Basic-Exception-Question-tp3406924p3406924.html Sent from the cxf-user mailing list archive at Nabble.com.
