java.lang.ClassCastException
hi all,
my code is having structure like this..
java.lang.Object _resp = _call.invoke(new java.lang.Object[] {param});
DIServerInfoArray diinfo = (DIServerInfoArray)_resp;
i am getting ClassCastException at the second line,can any one help me regarding this plz.
And the DIServerInfoArray declaration is as below
public class DIServerInfoArray implements java.io.Serializable {
......
It would be great, if anyone could have a look at them and help me out.

