Hi Amra,

On Fri, Apr 27, 2012 at 8:24 AM, Nadir Amra <a...@us.ibm.com> wrote:

> Just want to confirm that there is no way to configure the axis2 server so
> that it ignores MustUnderstand Header Check?
>
> And if the above statement is correct, the only way to do this is via a
> handler inserted in the in chain?  If a handler is required, what would the
> handler need to do?
>

Yes, you can do this with a handler. What you can do is write your own
handler which extends AbstractHandler [1]. And in the handler's invoke
method, you can set the mustUnderstand header as processed so that it will
be skipped when checking. This thread [2] may also be helpful.

Thanks,
Kishanthan.
[1]
http://axis.apache.org/axis2/java/core/api/org/apache/axis2/handlers/AbstractHandler.html
[2] http://www.mail-archive.com/axis-user@ws.apache.org/msg35297.html

>
>
>
>
>
> Nadir Amra
>

Reply via email to