Issue with calling a service which uses Java5 enums
---------------------------------------------------
Key: AXIS2-5114
URL: https://issues.apache.org/jira/browse/AXIS2-5114
Project: Axis2
Issue Type: Bug
Components: modules
Affects Versions: 1.6.0
Environment: Windows 7
Netbeans
Reporter: Saurabh S. Pawse
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]