Hi David, Values 0|1 are for Soap 1.1. I'm using Soap 1.2.
Regarding your problem, it looks to me more like an issue with the WSDL/Schema. If your clients are sending this attribute, your app must declare it and be prepared for that. Take a look at this example https://gist.github.com/dulanov/1010216 with WSDL and mustUnderstand declared OPTIONAL in the header. In short, the attribute may be OPTIONAL but the declaration is mandatory if you want to handle it properly. Rgds, Jesus. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-4819-breaking-validation-of-mustUnderstand-attribute-tp5723289p5723303.html Sent from the cxf-user mailing list archive at Nabble.com.
