You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2012/08/01 20:33:03 UTC

[jira] [Resolved] (CXF-4448) DocLitBare with @XMLList generating invalid SOAP messages

     [ 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