[
https://issues.apache.org/jira/browse/AXIS2-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12587719#action_12587719
]
Jarek Gawor commented on AXIS2-3726:
------------------------------------
Just to explain a bit. Say we have three handlers A, B, and C on the server
side and a message comes in. Handler B throws SOAPFaultException. Here's the
expected sequence of calls:
A.handleMessage(), B.handleMessage(), A.handleFault(), B.close(), A.close()
but what I'm actaully seeing is:
A.handleMessage(), B.handleMessage(), A.handleFault(), B.close(), A.close(),
C.handleFault(), B.handleFault(), A.handleFault(), C.close(), B.close(),
A.close()
> All outbound handlers are invoked when an inbound handler throws exception or
> returns false
> -------------------------------------------------------------------------------------------
>
> Key: AXIS2-3726
> URL: https://issues.apache.org/jira/browse/AXIS2-3726
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: jaxws
> Reporter: Jarek Gawor
> Fix For: 1.4, nightly
>
> Attachments: AXIS2-3726.patch
>
>
> All outbound handlers are getting invoked even though an inbound handler
> threw an exception or returned false from its handleMessage() method (on the
> server side).
--
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]