Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2790

Not able to generate enumeration values in output WSDL file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4
    • None
    • WSDL processing
    • None
    • Jdk v1.5, Weblogic v10

    Description

      Hi ,

      Recently we have migrated to Axis v1.4 ( from Axis v1.1). The issues is with the enumeration object, the values are not showing up in output WSDL file.
      We are generating class from WSDL file & it is able to generate all classes ( even for enumeration ) & WSDL files looks like this :

      <simpleType name="Version">
      <restriction base="xsd:string">
      <enumeration value="7.0"/>
      </restriction>
      </simpleType>

      & deploy .wsdd

      <typeMapping
      xmlns:ns="urn:ews-structs"
      qname="ns:Version"
      type="java:com.hp.ews.bd.beans.Version"
      serializer="org.apache.axis.encoding.ser.EnumSerializerFactory"
      deserializer="org.apache.axis.encoding.ser.EnumDeserializerFactory"
      encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
      />

      When we do Java2WSDL, this Object " Version" with enumeration "70" is never shown.

      Any suggestions!!

      Attachments

        Activity

          People

            Unassigned Unassigned
            guthiprasad Guthi Prasad
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: