hey all, Here is a quick question I'm sure some of you have dealt with. I have added some SOAP code to expose my web app as web service - it works fine and I'm sending\receiving SOAP messages. The problem is that : in order to allow soap to find my classes I had to change tomcat.bat (the class path). Adding the path to my soap classes was not enough and I had to add all the packages he's using (all the imports). I've tried to add the jars to the webapps\soap\WEB-INF\lib but it didn't work. Now this change broke my main application and I cannot access my classes. Any idea?
regards, Shlomi Gian