Hi all,

I am trying to set mustUnderstand to 0 but i cant seem to be able to do it.
I tried to google it and tried several options but i just cant do it. Its
always coming up as soapenv:mustUnderstand="1"

i have already tried the following

stub._getServiceClient().getOptions().setProperty(WSDL2Constants.ATTRIBUTE_MUST_UNDERSTAND,"0");
ctx.setProperty(AddressingConstants.ADD_MUST_UNDERSTAND_TO_ADDRESSING_HEADERS,Boolean.FALSE);


Is there somehere else i need to configure this so that it comes out as
soapenv:mustUnderstand="0"

Reply via email to