It works fine for a plain array type as the return type. It's only List<foo[]> that is problematic.
________________________________ From: Brice Ruth [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 9:29 PM To: [email protected] Subject: Re: [xfire-user] anyType in wsdl from not-very-any-type I think there's a JIRA issue out there for wsdl problems related to arrays ... not sure if that's related to this. On 1/9/07, Benson Margulies < [EMAIL PROTECTED]> wrote: This is turning up in WSDL as an ArrayOfAnyType. @WebMethod public abstract List<NameIndexLookupResult[]> lookupBatch(String indexid, List<NameIndexQuery> queries) throws NameIndexException; -- Brice Ruth Software Engineer, Madison WI
