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 mangoo4j <ma...@vmasch.at> on 2007/04/23 22:26:43 UTC

handleFault never invoked on server side

I'm using Axis 1.4 on server side and implemented a handler extending
javax.xml.rpc.handler.GenericHandler.

I extended the method "handleFault(MessageContext)" to do some logging - but
the method is never invoked. All exceptions inclusive details are returned
to clients, but the method handleFault(MessageContext context) is never
invoked.

Any ideas why?

Thanks.
-- 
View this message in context: http://www.nabble.com/handleFault-never-invoked-on-server-side-tf3634196.html#a10148583
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: handleFault never invoked on server side

Posted by kevintsmith <ke...@comcast.net>.
I am also having this problem.

If I throw a JAXRPCException or a SOAPFaultException, a SOAP fault is not
generated. 

Is this a bug in Axis 1.4? Anyone? 


mangoo4j wrote:
> 
> I'm using Axis 1.4 on server side and implemented a handler extending
> javax.xml.rpc.handler.GenericHandler.
> 
> I extended the method "handleFault(MessageContext)" to do some logging -
> but the method is never invoked. All exceptions inclusive details are
> returned to clients, but the method handleFault(MessageContext context) is
> never invoked.
> 
> Any ideas why?
> 
> Thanks.
> 

-- 
View this message in context: http://www.nabble.com/handleFault-never-invoked-on-server-side-tf3634196.html#a11815398
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org