Hi Vikram
 
Thanx for the timely reply. It works!! However, I still have a doubt...as per ur code I cast the return type to be an object and then converted that to a vector, but if i am returning a vector with a few objects in it, cant I do anything other than taking all of those in a single object from the client code?
 
In my service class, I return Vector info, which has 2 objects user1 and user2. Now, if I say:
Object response = call.invoke(requestArray);
Vector result = org.apache.axis.utils.JavaUtils.convert(response, Vector.class);
It takes in either user1 or user2 and not both and the vector result is of size 1. Is it useful at all to use vectors in this fashion, if not how do I go about the problem?
 
cheers
Deepthi
 
 


MSN Photos is the easiest way to share and print your photos: Click Here

Reply via email to