Daniel Hägg wrote: > The SOAP communications looks fine (see attachment). > But I get the following error when the response is deserialized: > > 2002-okt-01 13:00:54 org.apache.axis.client.Call invoke > ALLVARLIG: Exception: > org.xml.sax.SAXException: Bad types (class [Ljava.lang.Object; -> class > AxisClient.dab.ArrayOfConfigurations)
You may want to update your jar files. I had recently updated to using the xmlsecurity jar file and stopped using crimson, with the jdk1.4 distro, and started to use the updated jar files for xml from apache (xerces). You may want to do the same thing, it should solve the problem.