Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.1, 2.7.2, 2.7.3
-
None
-
Might fail on several versions than I provided - but at least these fail
-
Unknown
Description
Related issue is CXF-3813.
A request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header> <ns1:AutHeader xmlns:ns1="somenamespace" soapenv:mustUnderstand="0"> <ns1:someelm></ns1:someelm> </ns1:ClientContext> </ns1:AutHeader> </soapenv:Header> <soapenv:Body> ..... </soapenv:Body> </soapenv:Envelope>
fails on validation because mustUnderstand is not part of the schema declaring the header.
This worked when CXF-3813 got implemented - but has started failing again at some point after that.