Hi all,
 
I am new to soap and axis. I am writing simple codes to understand the java web services and soap. In my client code, I am able to return Strings, string arrays etc...but not Vectors! Does it need a separate mapping in the deployment descriptor? Else, if vectors are considered as basic data types how do I type cast it in my code?
Here is a part of the code.
 Vector result = (Vector) call.invoke(new Object[] { arrOrder }) ;
  out.println("Result :" result.get(0));
 
The error is the ClassCastException: java.util.ArrayList
 
I am really bugged trying to solve this problem. Hope someone can help me!
Thanx!!
cheers
Deepthi
 
 
 


Send and receive Hotmail on your mobile device: Click Here

Reply via email to