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

DocLitBare with @XMLList generating invalid SOAP messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.1
    • 2.4.9, 2.5.5, 2.6.2
    • JAXB Databinding
    • None
    • Unknown

    Description

      If using a method like:

          @XmlList
          @WebResult(name = "Items", targetNamespace = "http://namespace/result", partName = "parameter")
          @WebMethod
          java.math.BigInteger[] sayTest(
              @WebParam(partName = "parameter", name = "SayTestRequest", targetNamespace = "http://www.tum.de/test")
              SayTestRequest parameter
          );
      

      (which is exactly from one of our own testcases), the resulting response SOAP message is invalid. The "Item" element is unqualified when it needs to be qualified.

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            dkulp Daniel Kulp
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: