Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5319

wsdl2java ignores anySimpleType attributes/elements

    XMLWordPrintableJSON

Details

    Description

      If input wsdl/xsd includes at least one attribute/element of type anySimpleType, e.g:
      <xs:complexType name="MyType">
      <xs:sequence />
      <xs:attribute name="name" type="xs:string" use="required" />
      <xs:attribute name="another" type="xs:anySimpleType" />
      <xs:attribute name="another2" type="xs:string" />
      </xs:complexType>

      .. then wsdl2java generated MyType.java contains "name" & "another2" but not "another" variable.

      Attachments

        1. anysimpletype.patch
          0.6 kB
          Vilnis Termanis

        Activity

          People

            Unassigned Unassigned
            vilnis.termanis Vilnis Termanis
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: