C:\junk>diff finder.orig.wsdl finder.wsdl 95,96c95,96 < <xs:sequence maxOccurs="unbounded"> < <xs:element name="List" type="finder:ServiceAccessDetails" nillable="false"/> --- > <xs:sequence > > <xs:element name="List" maxOccurs="unbounded" type="finder:ServiceAccessDetails" nillable="false"/>
--- [EMAIL PROTECTED] wrote: > Oops, > > Forgot to attach the WSDL for demonstrating the problem. > > Regards, > > Santosh > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 12:36 PM > To: [EMAIL PROTECTED] > Subject: Problem with WSDL2Java with generation of unbounded sequences > into Arrays > Importance: High > > > Experts, > > Probably you have seen this problem, but could someone suggest a way forward > please. > > I have attached the WSDL on which if I execute the WSDL2Java utility expect > to see an array of Objects in the ServiceAccessDetailsList class. > > But unfortunately it does not happen. Any hints to solution are obviously > most welcome (Do I need to tweak the WSDL? I wouldn't have thought so. The > WSDL is liked by XMLSPY and .NET Framework 1.1) > > Please help. > > Regards, > > Santosh > > Santosh Joshi > > > > ATTACHMENT part 2 application/octet-stream name=finder.wsdl ===== Davanum Srinivas - http://webservices.apache.org/~dims/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
