fd wrote: > Thanks for the hint. But, my problem remains. Let me enumerate the exact steps I'm >taking so you can tell me if i'm missing something: > However if I change the wsdd and java file method to another name "aaa", and >redeploy using the same steps, then when I run I get: > NoSuchMethodException: aaa > > What's going on?
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.
