Hi,
How can i get array list of custom object from web service?
I define a method that returns a list like this : ArrayList<Car> getVehicle() {...}
But in client ws, I receive an ArrayList of objects...
It seems I can't cast it even by copying custom class to client jar file of my applet, like serialized object...
How can i do that?