You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Sirohi, Vivek" <vs...@att.com> on 2009/04/07 20:40:00 UTC

Halt message processing in handlers

Hi All,

I have a peer web service architecture. The other web service that calls
my web service can throw a "soap:fault" . I need a way to handle this
soap fault. I don't suppose it can be done in the target business
method/operation, so I suppose I need a handler. Question is how I can
return a valid response to the other service from the handler itself. I
don't want the message to go to my business method. Throwing an
AxisFault  doesn't seem to be working either. 

 

Thanks!

 

Regards,

Vivek