Hi all,

I have developed a service using SOAP 2.2 and Tomcat 4.0.3. When Tomcat is
started stand-alone it works fine.

For deployment I would like to run Tomcat embedded and I have followed the
O'Reilly example at
http://www.onjava.com/pub/a/onjava/2002/04/03/tomcat.html.

However when I try to call a method the embedded server sends back the
following fault :

No Deserializer found to deserialize a 'XYZ' using encoding style 'FOO'

The serializer/deserializer classes are contained in a jar which I have
placed in webapps\soap\WEB-INF\lib. The Apache docs troubleshooting section
says to add a type mapping, but my type mappings are specified in a class
derived from SOAPMappingRegistry which is in the same jar.

Has anybody got an idea about this? I have got the addressbook2 sample
working under this setup using custom serializers and these classes were
just copied to webapps\soap\WEB-INF\classes.


Thanks in advance,

Neal.






Reply via email to