Hi,

I use axis 1.4 and get following exception:

java.lang.ArrayStoreException: org.apache.axis.encoding.ser.ArrayDeserializer$ArrayListExtension

I have one Webservice with 2 methods, which returns an array of a bean. For example:


public MyBean1[] getMyBeans1();
public MyBean2[] getMyBeans2();


If I call the getMyBeans2() method after getMyBean1(), getMyBeans2() throws the exception. On getMyBean1() after getMyBean2(), getMyBean1() throws the exception.

I think there is an error in array deserialisation.

The two method calls will be work, if I reinitialise my Webservice after the first method.

Has someone an idea?


kind regards,

Frank

Reply via email to