[ https://issues.apache.org/jira/browse/CXF-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp reassigned CXF-1116: -------------------------------- Assignee: Daniel Kulp > 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 > Assignee: Daniel Kulp > Priority: Blocker > Fix For: 2.0.3 > > > 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.