You must have your de-serializer under WEB-INF/classes, since it uses
classes from your webapp. The class loader for classes in shared
does not "see" the classes in your webapp.
Your errors are because in your deployment descriptor, the
encodingStyle within your mapping should be
encodingStyl
I'm using tomcat 4.1.24 and apache soap 2.3.1 (and I
have soap deployed as a webapp), and I'm trying to
write a custom serializer/deserializer. It works fine
on the client side (or at least appears to thanks to
tcptunnel), but I get one of two errors from the
server:
If the class for the deseriali