Well, in any case, I can confirm that in wrapped doc/lit, a return of List<FooObject[]> doesn't work. I'm testing a fix now.
Dan On Monday 30 July 2007 15:16, Benson Margulies wrote: > Oops, wrong Dan. Dan D fixed a problem where two methods were > returning two different java types that amounted to a list of the same > thing. > > > -----Original Message----- > > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 30, 2007 3:15 PM > > To: [email protected] > > Cc: Benson Margulies > > Subject: Re: ArrayOfAnyType (ping to Dan) > > > > > > > > Hmm.... List of Arrays. I'm sure I haven't tested that one. > > Interesing. Definitely likely to be not working. :-( > > > > Dan > > > > On Monday 30 July 2007 14:58, Benson Margulies wrote: > > > I think that this is occurring in the same thing I reported > > involving > > > > the array conflict. The use of the 'any' type is resulting in > > > chaos, of course. > > > > > > WSDL shows: > > > > > > <xsd:element name="return" type="xsd:ArrayOfAnyType"/> > > > > > > From: > > > > > > @WebMethod > > > public abstract List<NameIndexLookupResult[]> lookupBatch(String > > > indexid, > > > @WebParam(targetNamespace="urn:com.basistech.rnm.index" > > > )NameIndexQuery[] queries) > > > throws NameIndexException; > > > > > > Dan, could you see if this is happening with the test case you've > > got > > > > from me, or whether I need to package you a new one? > > > > -- > > J. Daniel Kulp > > Principal Engineer > > IONA > > P: 781-902-8727 C: 508-380-7194 > > [EMAIL PROTECTED] > > http://www.dankulp.com/blog -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
