DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15181>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15181 javax.xml.rpc.handler.Handler#handleFault method is not called Summary: javax.xml.rpc.handler.Handler#handleFault method is not called Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you are using JAX-RPC handlers and the service method raises an exception then the handleFault method in the handler is not called. I think the cleanest solution is probably to use a try/catch block in org.apache.axis.handlers.soap.SOAPService.invoke(MessageContext) and call the handleFault method and then rethrow the exception.