Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3394

Axis2 SOAP implementation does not have types defined for col-* elements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Trunk
    • Trunk
    • framework
    • None

    Description

      The wsdl generated from the Axis2 soap implementation does not define types for col-* elements:

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

      I would expect to see something like:

      <xsd:element name="col-ArrayList"  type="tns:XXX"/>
      
      <xsd:complexType name="XXX">
         <!-- To be defined -->
      </xsd:complexType>
      

      Without type defintions, tools (such as wsdl2java) are unable to generate the appropriate classes for the col-* elements.

      Attachments

        1. patch.txt
          12 kB
          Chatree Srichart

        Issue Links

          Activity

            People

              bibryam Bilgin Ismet Ibryam
              snowch chris snow
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: