You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Oleg Rostanin (JIRA)" <ji...@apache.org> on 2010/12/07 14:06:10 UTC

[jira] Commented: (AXIS2-4276) Please support methods returning java.util.Collection in java2wsdl

    [ https://issues.apache.org/jira/browse/AXIS2-4276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968714#action_12968714 ] 

Oleg Rostanin commented on AXIS2-4276:
--------------------------------------

I think, it is rather important issue.

Json supports Collections, why not Axis?

> Please support methods returning java.util.Collection<T> in java2wsdl
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-4276
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4276
>             Project: Axis2
>          Issue Type: New Feature
>          Components: wsdl
>    Affects Versions: 1.4.1
>            Reporter: Pétur Runólfsson
>            Priority: Minor
>
> The java2wsdl tool doesn't generate useful WSDL for methods that return java.util.Collection<T>:
> <xs:complexType name="Collection">
> <xs:sequence>
> <xs:element minOccurs="0" name="empty" type="xs:boolean"/>
> </xs:sequence>
> </xs:complexType>
> It would be much more useful to generate WSDL like for T[]:
> <xs:complexType>
> <xs:sequence>
> <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="xs:string"/>
> </xs:sequence>
> </xs:complexType>
> Using manually created WSDL like the latter with a method that returns java.util.Collection<T> seems to work, so it would be nice if java2wsdl supported this also.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org