Are you receiving something? If you are, it is probably an ArrayList object. You can convert this into your vector, or you can call:
JavaUtils.convert(returnedObject, java.util.Vector.class); Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) "Chauviaux, Patrick" <patrick.chauviaux@be. To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> unisys.com> cc: Subject: How to deal with a Vector 02/08/2002 11:25 AM Please respond to axis-user 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