Hi, all,

I am using Axis 1.3 with JDK1.5.0_06, and Tomcat
5.5.12.
In my client side code, it cast the return Object into
String, Integer, Boolean, etc. However, I run into
trouble with Vector return type, and here is a piece
of my code:
  Vector results =  (Vector) call.invoke(new
Object[]{});
and the client code throws - Exception:
java.lang.ClassCastException: java.util.HashMap
  
Can anyone tell me what happened here? What does this
have to do with HashMap casting?

Thanks.

-Julie

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to