[ 
https://issues.apache.org/jira/browse/CXF-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-4448.
------------------------------

    Resolution: Fixed
    
> DocLitBare with @XMLList generating invalid SOAP messages
> ---------------------------------------------------------
>
>                 Key: CXF-4448
>                 URL: https://issues.apache.org/jira/browse/CXF-4448
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.6.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.4.9, 2.5.5, 2.6.2
>
>
> If using a method like:
> {code}
>     @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
>     );
> {code}
> (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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to