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 Vijay Bharti <vi...@wipro.com> on 2003/01/31 13:21:51 UTC

How to break out of Axis request Handler

Hi All,

I have written a small service handler to authenticate the SOAP client
which is trying to access a service hosted on Axis.

I want to know how can I stop the execution of the request if the
authentication fails( and stopping Axis from invoking the target
service) and send a fault message back to the client. 

Thanks,
Vijay