Hi, I'm a WebSphere Studio and Web Service newbie.
I have a web project and have added a jsp and local web service to the jsp. I have have configured Tomcat 4.0.6 as my server and run the jsp. The page loads and behaves correctly but when I invoke the web service I get a Servlet Exception with the root cause specified as:
java.lang.NoClassDefFoundError: com/ibm/ws/webservices/engine/client/Service
How do I rectify this? I have tried adding various jar files to the server classpath but with no luck. Can anyone point me in the right direction here?
Thanks in adavance.
Dan
I have a web project and have added a jsp and local web service to the jsp. I have have configured Tomcat 4.0.6 as my server and run the jsp. The page loads and behaves correctly but when I invoke the web service I get a Servlet Exception with the root cause specified as:
java.lang.NoClassDefFoundError: com/ibm/ws/webservices/engine/client/Service
How do I rectify this? I have tried adding various jar files to the server classpath but with no luck. Can anyone point me in the right direction here?
Thanks in adavance.
Dan