Hi Scott, I've newly installed Tomcat and now it find my custom serializer and all go right. But now, I've another question; the unmarshall() method return a Bean containing 2 Object, my custom class and its instance so, since I must istantiate my custom class inside the unmarshall method, I must place the file ".class" of mycustom class in %CATALINA_HOME%\webapps\soap\WEB-INF\classes, now the question is: is there another way to istantiate mycustom class inside unmarshall() method without to have the ".class" in %CATALINA_HOME%\webapps\soap\WEB-INF\classes? Thanx! Stefano Pedon > Stefano, > > The proper way to install Apache SOAP on Tomcat 4 is at > http://cvs.apache.org/viewcvs.cgi/*checkout*/xml- soap/java/docs/install/ > tomcat.html. All you need to do is copy soap.war to > %CATALINA_HOME%\webapps. > > Please undo the changes you made to catalina.bat, remove soap.jar fro m > %CATALINA_HOME%\common\lib and copy JSX.jar to %CATALINA_HOME%\lib. > > See > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader- howto.html > for more information on Tomcat's class loaders. > > Scott Nichol >
-- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>