Using Tomcat 4.1.31 Using Axis I deployed a java web service with 2 public methods. I used the AdminClient to deploy, this worked well, I was able to see the wsdl of the 2 methods. I then undeployed the web service, again this worked well as the web service was removed.
I then add another public method. After compiling the java source I again redeploy with AdminClient. However, the third method is not there, it only has two exposed methods. What is going on? What am I doing wrong? -dh