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 Josh <ge...@gmail.com> on 2007/05/07 13:32:24 UTC

[AXIS 1.4] When remote exceptions are thrown, does the response still go through the handler chain?

All,

I put together a simple handler that captures the execution time of the web
service and puts the time in ms in the header.  Trouble is, when an
exception occurs, nothing gets put in the header.  Does this mean that when
an exception occurs, it is not process back through the handlers?  Can
someone explain this?

Thanks,

Josh