Axis2 custom handler to turn security off
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2008-12-15T07:25:29Z
Indexed on
2010/06/13
9:12 UTC
Read the original article
Hit count: 359
axis2
I have a WCF service endpoint exposed over wsHttp binding with zero security config. When i call the service from Java I get the following error:
org.apache.axis2.AxisFault: Must Understand check failed for header http://www.w3.org/2005/08/addressing : Action at org.apache.axis2.engine.AxisEngine.checkMustUnderstand(AxisEngine.java:102)
How do I set the mustunderstand header to false. I would prefer to do this in code than via configuration.
© Stack Overflow or respective owner