One other thing I forgot to mention is that in some cases you may find that you do not
need to write a serializer. For many of my value objects the BeanSerializer or
SimpleSerializer did just fine, it was only the deserialization that required me to
write code.
----
The WSDD files need something like this:
<typeMapping xmlns:ns="http://namespace" qname="ns:class"
type="java:fully.qualified.class.name"
serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>