I read at some places that implementation of anyType is optional for a vendor. So I was wondering that how safe it is to use. I have a case where a class contains different implementations of another class. So I can define the type for that element as xsd:anyType in my WSDL and then at run time client can send anything. As of now based on my reading I am not using this approach.
Thanks Dheeraj
