I have a web service that returns an array of objects. Upon startup, Axis complains about not being able to find the ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName) method. This is invoked by
org.apache.axis.encoding.ser.BaseDeserializerFactory.createFactory().
The service definition in the server-config.wsdd file contains the appropriate typeMapping elements for the deserializers.
Anyone else seen this? I am using Axis 1.2Beta
Thanks.
- Re: java.lang.NoSuchMethodException: org.apache.axis.e... Prashant Khandelwal
- Re: java.lang.NoSuchMethodException: org.apache.a... Brent Johnson
- Re: java.lang.NoSuchMethodException: org.apac... Davanum Srinivas