I turned on debug logging for org.apache and I noticed:
2004-12-20 13:26:19,966 [http-8080-Processor25] DEBUG org.apache.axis.encoding.ser.BaseDeserializerFactory - Exception:
java.lang.NoSuchMethodException: com.ptilabs.commons.ws.ser.ClassDeserFactory.create(java.lang.Class, javax.xml.namespace.QName)
I don't see any interfaces in the API for BaseDeserializerFactory and SerializerFactory that define a create(Class, Qname) so why is it looking for this method?
--
Sloan