Hi all,

i have this question: there is a way to generate a SOAPMessage from en
exception or a fault?

What i have to do when a creation of a fault message fails?

In Axis i do it in this way, that don't raise any exception: 

return new org.apache.axis.Message(new AxisFault("ErroreProcessamento"));

How can i generate a SOAPMessage with a fault and be sure that it don't
fail?


thx,
Lorenzo
-- 
View this message in context: 
http://www.nabble.com/SOAPMessage-after-Exception-tp15430055p15430055.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to