[
https://issues.apache.org/jira/browse/CXF-2415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752514#action_12752514
]
Duke Tantiprasut commented on CXF-2415:
---------------------------------------
Any news on a fix for this bug?
We're in urgent need of a fix as well.
> 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
>
> Attachments: Test.java
>
>
> 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://www.wikipathways.org/wpi/webservice/webservice.php?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.