1 Reply Latest reply on Sep 19, 2007 8:43 AM by palin

    handleFault() is never called when chaning a handler

    linksman

      Hello. My problem is as follows:

      The WS endpoint is annotated with
      @HandlerChain(file = "jaxws-server-handlers.xml")
      which references a class that extends
      GenericSOAPHandler

      The handleInboud(), handleOutbound() methods do get called, but the
      handleFault() does not, no matter the error thrown.

      Are there any suggestions?
      Thanks,
      Guy.

        • 1. Re: handleFault() is never called when chaning a handler

           

          "linksman" wrote:
          Hello. My problem is as follows:

          The WS endpoint is annotated with
          @HandlerChain(file = "jaxws-server-handlers.xml")
          which references a class that extends
          GenericSOAPHandler<LogicalMessageContextImpl>

          The handleInboud(), handleOutbound() methods do get called, but the
          handleFault() does not, no matter the error thrown.

          Are there any suggestions?
          Thanks,
          Guy.



          Could you please give us more informations or eventually create a jira issue attaching a simple test case showing this?
          Thank you
          Alessio Soldano