Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-69

Array Declaration Support

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • future (enh)
    • None
    • None
    • All platforms

    Description

      Array declaration in WSDL should interop with .NET and Axis Java.
      The following format interops:
      (Note: This is not the format used by current Axis C++)
      <xsd:element name="intItem" type="xsd:int" />
      <xsd:complexType name="intArrayType">
      <xsd:sequence>
      <xsd:element ref="tns:intItem" minOccurs="0" maxOccurs="unbounded" />
      </xsd:sequence>
      </xsd:complexType>

      Attachments

        Activity

          People

            nithyakala Nithyakala
            samisa Don Samisa Abeysinghe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: