I have an exception that carries an internal collection of error objects for
exchanging validation errors we are exchanging between the client and the
service endpoint.

I have read about the WebFault and CXF's usage of Interceptors.

I was able to use this article about Interceptors to add more detail in the
SoapFault to carry the validation information in the SoapFault to the
client.

http://i-proving.ca/space/Technologies/Apache+CXF/Adding+an+interceptor+to+the+CXF+fault+chain

The thing is I don't know how to pull that information out of the SoapFault
on the client side.

Is there a better way to do this if I want to throw an Exception from the
service endpoint that gets serialized over the wire and then on the client
side gets converted from the fault back into the original Exception.

Thanks for the help and pointers,

jay
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/Exchange-of-Custom-Exception-Between-Client-Server-tp3390380p3390380.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to