[
https://issues.apache.org/jira/browse/OFBIZ-3394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798631#action_12798631
]
chris snow commented on OFBIZ-3394:
-----------------------------------
Hi bibryam,
Should we close this issue, and raise a new one for the specific flex problem
above?
Many thanks,
Chris
> Axis2 SOAP implementation does not have types defined for col-* elements
> ------------------------------------------------------------------------
>
> Key: OFBIZ-3394
> URL: https://issues.apache.org/jira/browse/OFBIZ-3394
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: SVN trunk
> Reporter: chris snow
> Assignee: Bilgin Ibryam
> Attachments: patch.txt
>
>
> The wsdl generated from the Axis2 soap implementation does not define types
> for col-* elements:
> {code}
> <xsd:element name="col-ArrayList"/>
> <xsd:element name="col-LinkedList"/>
> <xsd:element name="col-Stack"/>
> <xsd:element name="col-Vector"/>
> <xsd:element name="col-TreeSet"/>
> <xsd:element name="col-HashSet"/>
> <xsd:element name="col-Collection"/>
> {code}
> I would expect to see something like:
> {code}
> <xsd:element name="col-ArrayList" type="tns:XXX"/>
> <xsd:complexType name="XXX">
> <!-- To be defined -->
> </xsd:complexType>
> {code}
> Without type defintions, tools (such as wsdl2java) are unable to generate the
> appropriate classes for the col-* elements.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.