Hi, I have a class that I am sending it from the client to the server using axis. The problem is, that class has a Set with a Class or Subclasses of it. When the class gets deserialized all the instances are changed for the same (base) class. Does anyone knows any way I can make Axis serialize each class with it own type.
