[ 
https://issues.apache.org/jira/browse/CXF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536460
 ] 

Daniel Kulp commented on CXF-1116:
----------------------------------


I discovered that going with:

<xsd:sequence> 
    <xsd:element name="return" nillable="true" type="tns:ArrayOfString"/> 
 </xsd:sequence> 

was actually easier than I thought so I went with that.    I would appreciate 
if someone could test it out and make sure it all works OK.   I'm going to 
deploy new snapshots now so another hour or so and they should be there.




> 1-dimentional arrays appear as 2-dimentional in the wsdl
> --------------------------------------------------------
>
>                 Key: CXF-1116
>                 URL: https://issues.apache.org/jira/browse/CXF-1116
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.1
>            Reporter: Tawfik Lachheb
>            Priority: Blocker
>
> We are trying to publish interfaces using the simple frontend with aegis.  We 
> are seeing that any method that returns an array does not appear correctly in 
> the wsdl.  For example, if a method returns a String[], the return appears in 
> the wsdl as:
>   <xsd:sequence>
>   <xsd:element maxOccurs="unbounded" minOccurs="0" name="return" 
> type="tns:ArrayOfString" /> 
>   </xsd:sequence>
> which represents a 2-dimentional array because of the maxOccurs="unbounded".
> This is a show-stopper for us.  If a fix is made, we are willing to use a 
> snapshot build until a release happens.
> Thanks

-- 
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