Cervi, i tried latest Axis CVS against your wsdl. It is creating a FindResultMask_null.java which has the 4 flags...I'd encourage you to review the output from WSDL2Java using latest CVS / nightly and open a detailed bug report.
-- dims On Thu, 29 Jul 2004 09:51:51 -0400, Cervi, Anthony (PCLN-NW) <[EMAIL PROTECTED]> wrote: > > is the answer so obvious that noone cares to provide an answer for me? it would be > nice to hear something even if it's just "rtfm". > > -----Original Message----- > From: Cervi, Anthony (PCLN-NW) > Sent: Wednesday, July 28, 2004 10:56 AM > To: [EMAIL PROTECTED] > Subject: RE: axis and mappoint .net > > let me ask this question another way. i searched for this in the mailing list > archives and the only response i found was the following: > > List: axis-user > Subject: RE: Axis beta 1 interop with .Net [Flags] (WSDL2Java) > From: Tom Jordahl <tomj () macromedia ! com> > Date: 2002-04-19 20:55:28 > [Download message RAW] > I don't think we support Schema <list> elements in WSDL2Java. > I would file a Bugzilla enhancement request on this if you think we really should > have it. > -- > Tom Jordahl > Macromedia > > Is it true that I'll never be able to use this feature or am I not using the > generated classes properly? > thanks. > > -----Original Message----- > From: Cervi, Anthony (PCLN-NW) > Sent: Tuesday, July 27, 2004 2:55 PM > To: [EMAIL PROTECTED] > Subject: axis and mappoint .net > > when i use axis to generate the client code, i'm expecting to get flags for > FindResultMask that i can combine (or) and pass into FindOptions. anyone know why > i'm not? > > the entire wsdl can be found at: > http://staging.mappoint.net/standard-30/mappoint.wsdl > > <s:complexType name="FindOptions"> > <s:sequence> > <s:element minOccurs="0" maxOccurs="1" name="Range" > type="s0:FindRange"/> > <s:element minOccurs="1" maxOccurs="1" name="SearchContext" > type="s:int"/> > <s:element minOccurs="1" maxOccurs="1" name="ResultMask" > type="s0:FindResultMask"/> > <s:element minOccurs="0" maxOccurs="1" default="0.85" > name="ThresholdScore" type="s:double"/> > </s:sequence> > </s:complexType> > > <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> > </s:simpleType> > > -- Davanum Srinivas - http://webservices.apache.org/~dims/