The Web Service I'm attempting to build will use Caster to handle a document thru Axis. I've read the wonderful documentation about Castor and Axis and "think" I have messed something up.
In the doc over at IBM.com, it indicates that I have to replace the serializers in order to have Castor serializers used instead of the Axis ones. So I made the coresponding changes in my wsdd file. But my wsdd file also specifies BeanSerializerFactory and BeanDeserializerFactory. Are these factories to be left alone? I don't see castor equivalents. Thanks! Bob