Hello all, My problem is that I have a method on the server side that returns a java.util.Vector. When I make an AXIS SOAP call to this method it doesn't work. I suppose I have to use the VectorDeserializer class to do that but it is rather difficult to understand how it works. Can someone send me a complete example of how I should use it? Thanks!
Patrick