Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-8325

Schema validation allows invalid SOAP header

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3.7
    • 3.3.8, 3.4.1
    • Core
    • None
    • Unknown

    Description

      Hi,

      In our environment we have a SOAP request similar to the following:

      <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v1="http://some.name.space/v1.1">
         <soap:Header>
            <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">*Security Header*</wsse:Security>
            <soap:Body>
               <v1:Method></v1:Method>
            </soap:Body>
         </soap:Header>
      </soap:Envelope>
      

      As you can see the soap:Body is part of the soap:Header which, according to the SOAP XML Schema, is not a valid construct.
      Schema-validation is turned on but no error occurrs. The body part is even treated as a valid body.

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            thomas.monninger Thomas Monninger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: