Hey everyone! I've got a quick question...
Created a new service, deployed the service, put the classes in the WEB-INF/classes directory, and the service works great! When I try to deploy the service classes in a jar file in the WEB-INF/ lib directory I get a ClassNotFoundException exception. Why isn't axis finding my jar in the lib directory and loading the class from there? Again, the service works wonderfully if I put the .class files in the classes directory instead Thanks!
