java.lang.ArrayStoreException: [Ljava.lang.String;
I think there's something else that's wrong as well.
Madeleine
Venkat Reddy wrote:
On Apr 6, 2005 5:07 AM, MKW <[EMAIL PROTECTED]> wrote:
plus I've tried adding (is this read when there is a ref to a wsdl file?): <typeMapping xmlns:ns="http://dct" qname="ns:ArrayOf_xsd_string" type="java:string[]" serializer="org.apache.axis.encoding.ser.ArraySerializerFactory" deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
try changing the type to type="java:java.lang.String[]"
- venkat