Is there any way to configure mustUnderstand non-programatically? I may sometimes want it to be "0" and sometimes want it to be "1".
-----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 10:37 AM To: [email protected] Subject: Re: [Axis2] How Do I Set mustUnderstand="0"? Westpine- You can do so programatically..e.g. ConfigurationContext cfgCtx = ConfigurationContextFactory.createDefaultConfigurationContext(); msgCtxt = cfgCtx.createMessageContext(); msgCtxt.setProperty(AddressingConstants.ADD_MUST_UNDERSTAND_TO_ADDRESSING_HE ADERS, Boolean.TRUE); M- ----- Original Message ----- From: "westpine" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, January 16, 2008 4:08 AM Subject: Re: [Axis2] How Do I Set mustUnderstand="0"? > > Hi! I have a little bit similar problem. But I need mustUnderstand attribute > to be vanished completely, not just set to "0". Because I have error "The > request failed schema validation: The > 'http://schemas.xmlsoap.org/soap/envelope/:mustUnderstand' attribute is not > declared." Do you know how to do that? Thanks! > -- > View this message in context: http://www.nabble.com/-Axis2--How-Do-I-Set-mustUnderstand%3D%220%22--tp13502 520p14875061.html > Sent from the Axis - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
