[
https://issues.apache.org/jira/browse/AXIS2-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513636
]
Jeff Barrett commented on AXIS2-2853:
-------------------------------------
Added a JAXWS handler that will mark SOAP Headers which correspond to SEI
method parameters as processed. This will get the message through the
mustUnderstand checks in the engine.
Commited revision 557313.
This handler needs to be added to the axis2.xml file for the client and server
when JAXWS is being used. You can see an example in the axis2.xml commited in
revision 557313. Basically, add the following to phaseOrder "InFlow" and
"InFaultFlow" for the phase "OperationInPhase"
<handler name="MustUnderstandChecker"
class="org.apache.axis2.jaxws.dispatchers.MustUnderstandChecker">
<order phase="OperationInPhase"/>
</handler>
> Pluggable Must Understand Handling?
> -----------------------------------
>
> Key: AXIS2-2853
> URL: https://issues.apache.org/jira/browse/AXIS2-2853
> Project: Axis 2.0 (Axis2)
> Issue Type: Improvement
> Reporter: Davanum Srinivas
> Assignee: Jeff Barrett
> Priority: Critical
> Fix For: 1.3
>
>
> Discussion here - http://marc.info/?t=118266801700001&r=1&w=2
--
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]