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

Issue with calling a service which uses Java5 enums

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • None
    • modules
    • Windows 7
      Netbeans

    Description

      WSDL fragment:

      <xs:element minOccurs="0" name="type" nillable="true" type="ax210:IdentificationType" />

      <xs:complexType name="IdentificationType">

      • <xs:complexContent>
      • <xs:extension base="xs:Enum">
        <xs:sequence />
        </xs:extension>
        </xs:complexContent>
        </xs:complexType>

      IdentificationType is an enum containing some enum constants, which are not being represented in the wsdl.
      Due to this when the service is consumed, no value is returned for IdentificationType.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              saurabhp Saurabh S. Pawse
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: