Hello,

I would like to filter all the AxisFault which can occurs to send a customized response to the client. Instead of sending a SOAPFault to the client, I would prefer send it a SOAP message containing some clear explanation.

I know how to set up an Axis handler. I know how to catch any fault (public void onFault(MessageContext context) {...}). But I don't know how to change the response and send a particular SOAP message.

Can somebody help me ?

Thanks,

Laurent

Reply via email to