You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2008/07/21 21:15:31 UTC

[jira] Closed: (AXIS2-3926) Exception in client-side outbound handler ignored, message proceeds to server.

     [ https://issues.apache.org/jira/browse/AXIS2-3926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Rheinheimer closed AXIS2-3926.
-----------------------------------


> 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
>         Attachments: AXIS2-3926.patch
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org