Hi, I'm using Tomcat 4.0.6 as a server with Websphere studio
I have a web project and have added a jsp and a local web service to 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 a local web service to 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