In my understanding, the serialization / deserialization depends on knowing what the type is.
Asking Axis to deserialize anyType is just not possible. You would open the door to a large amount of runtime errors. I think your last email said that the method would always return null. If so, I would make a new wrapper class that omits that method. And also make them normal JavaBeans and use the standard bean serializer. Ben On Thu, 2002-12-19 at 04:42, Dongsheng Song wrote: > Hi, > > Is axis support anyType ? If so, give me some examples. > > Thanks.