You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Sagara Gunathunga (JIRA)" <ji...@apache.org> on 2011/09/01 12:44:10 UTC

[jira] [Resolved] (AXIS2-5114) Issue with calling a service which uses Java5 enums

     [ https://issues.apache.org/jira/browse/AXIS2-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sagara Gunathunga  resolved AXIS2-5114.
---------------------------------------

    Resolution: Fixed

Patch for AXIS2-3967 fixed this issue. 

> 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
>              Labels: enum
>
> 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: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org