Exception in client-side outbound handler ignored, message proceeds to server.
------------------------------------------------------------------------------

                 Key: AXIS2-3926
                 URL: https://issues.apache.org/jira/browse/AXIS2-3926
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Lori VanGulick


This is a jaxws CTS compliance issue.  Client-side outbound handler throws 
exception.  HandlerChainProcessor swallows exception due to jira AXIS2-3712.  
This should be OK ... see AXIS2-3712 for details.  The problem is that 
processing continues on the outbound flow and the request reaches the server.  
On the server-side the message now contains a SOAPFault so we end up with the 
following error:  "org.apache.axis2.AxisFault: The endpoint reference (EPR) for 
the Operation not found is 
http://localhost:9080/WSDLOWHandlerTestService/jaxws/Hello and the WSA Action ="

My fix is to have the HandlerChainProcessor continue to swallow the exception, 
but also return a bad result to the invoker, 
HandlerInvokerUtils.invokeOutboundHandlers() so that it knows not to continue 
sending request to server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to