1 Reply Latest reply on May 4, 2005 11:35 AM by thomas.diesler

    Handler's handleFault not being called

    avrahamr

      I wrote a JAX-RPC Handler to log Exceptions from our Web Services but I realized that handleFault is not being called. Instead, handleResponse is being called with the Exception as a property on the message context. Is this the intended behaviour according to JAX-RPC and J2EE 1.4 specifications?

      Is there a way to get handleFault to be called? Is there any case that it happens by default? Or at least: Is there a way to put our hands on the SOAP Fault message on the Hadler side?

      Thanks
      Avraham