[ http://issues.apache.org/jira/browse/AXIS-1706?page=history ]
     
Davanum Srinivas resolved AXIS-1706:
------------------------------------

    Resolution: Duplicate

duplicate of AXIS-66 

>  [xsd:list] WSDL2Java doesn't handle schema <list> enumerations
> ---------------------------------------------------------------
>
>          Key: AXIS-1706
>          URL: http://issues.apache.org/jira/browse/AXIS-1706
>      Project: Axis
>         Type: Bug
>   Components: Basic Architecture
>     Versions: current (nightly)
>  Environment: win 2000, jdk 1.4.2_06
>     Reporter: anthony cervi
>     Priority: Blocker

>
> http://staging.mappoint.net/standard-30/MapPoint.wsdl 
> why do i get FindResultMask and FindResultMaskNull types generated for the 
> type below? also, i believe i should be able to OR these values together. i 
> went as far as to refactor FindResultMaskNull as FindResultMask and i was 
> able to get data back but for only one of the possible four enumeration 
> values.
> <s:simpleType name="FindResultMask"> 
> <s:list> 
> <s:simpleType> 
> <s:restriction base="s:string"> 
> <s:enumeration value="LatLongFlag" /> 
> <s:enumeration value="EntityFlag" /> 
> <s:enumeration value="AddressFlag" /> 
> <s:enumeration value="BestMapViewFlag" /> 
> </s:restriction> 
> </s:simpleType> 
> </s:list> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to