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

Benjamin Coiffe updated CXF-2415:
---------------------------------

             Description: 
This only affects unwrappable operation (op.isUnwrappedCapable() && 
!op.isUnwrapped() is true) that returns a sequence of objects.
I only tested on version 2.1.4 but it may affect other versions as well given 
that the codebase has not changed.

This issue can be reproduced with the public ws: 
http://cabioapi.nci.nih.gov/cabio42/services/caBIOService?wsdl. The operation 
listOrganisms returns a String instead of a List<String>.

Fyi, the default implementation of the jaxrpc spec returns String[].


  was:
This only affects unwrappable operation (op.isUnwrappedCapable() && 
!op.isUnwrapped() is true) that returns a sequence of objects.


    Estimated Complexity: Moderate
           Fix Version/s: 2.1.4

> Dynamic client returns a T when it should return a List<T>
> ----------------------------------------------------------
>
>                 Key: CXF-2415
>                 URL: https://issues.apache.org/jira/browse/CXF-2415
>             Project: CXF
>          Issue Type: Bug
>          Components: Service Model, Simple Frontend
>    Affects Versions: 2.1.4
>            Reporter: Benjamin Coiffe
>             Fix For: 2.1.4
>
>
> This only affects unwrappable operation (op.isUnwrappedCapable() && 
> !op.isUnwrapped() is true) that returns a sequence of objects.
> I only tested on version 2.1.4 but it may affect other versions as well given 
> that the codebase has not changed.
> This issue can be reproduced with the public ws: 
> http://cabioapi.nci.nih.gov/cabio42/services/caBIOService?wsdl. The operation 
> listOrganisms returns a String instead of a List<String>.
> Fyi, the default implementation of the jaxrpc spec returns String[].

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to