I'm rather new to axis. I have got the happyaxis page working, and created my own EightBall webservice similar to:
http://www-106.ibm.com/developerworks/webservices/library/ws-eight/ Which works as expected. Once I add in some of my company's reusable classes I get a ClassNotFoundException. I have tried putting the reusable jar (and supporting jars) in webapps/axis/lib and then tomcat/common/lib with no joy. I debugged the service and can see my "MagicEightBall" class listed in the WebApp classloader, yet the native forName0 won't load it. We are using j2sdk1.4.2_03 on solaris, with Tomcat 5.0.19 and Axis 1.1. Anyone have any suggestions?