Thanks, that is a very handy page I will use in the future. I notice that it still has deployed a test service I made.. and I already deleted all the files so I'll have to go and manually make an undeployment file just to get rid of it.
It turns out that when I reboot Tomcat, my versioning problem is solved. Even though I replaced the class files, Tomcat still seemed to keep the original class file in memory! Doh. So it's not my axis deployment steps after all. Alexander > Look to see if your service is deployed properly. > > What I do is look at: > http://tomcaturl:port/axis > > Then select to visit the servlet. > That will show what services are currently deployed. > > You should also look in your wsdl file to ensure that the new method is in there. >
