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


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.

Reply via email to