I built axix(axis1.3) with castor(castor-0.9.9.jar)
In my deploy.wsdd I mentioned CastorSerializerFactory and CastorDesrializerFactory as serializer and desrializer respectively.
<typeMapping xmlns:ns="http://w3.ibm.com/schemas/services/2002/11/15/stockquote" qname="ns:quote" type="java:com.ibm.w3.services.stockquote.Quote" serializer="org.apache.axis.encoding.ser.castor.CastorSerializerFactory" deserializer="org.apache.axis.encoding.ser.castor.CastorDeserializerFactory" encodingStyle="" /> Though CastorSerializerFactory, CastorDesrializerFactory both classes as well as utility classes also in the classpath, when i try to run deploy.wsdd,getting exception saying that "Null Serializer Factory Found"