Hi there, I've noticed that Axis 1.2 supports the automatic serialization/deserialization of Java collections. Currently, it appears to always convert collections such as Lists, Sets, etc. into arrays of xsd:anyType. The web service client that I'm using has trouble with these "anyType" arrays. Is there any way to configure Axis to convert the collection into a *typed* array? Thanks in advance, Andrew Kerr |