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 

 

Reply via email to