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?