[
https://issues.apache.org/jira/browse/CXF-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751155#action_12751155
]
Daniel Kulp commented on CXF-2415:
----------------------------------
I don't see a "listOrganisms"operation in that wsdl.
Can you attach the code used to make the call?
> 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.