I changed the web service declaration and then wsimport says that I have a repeated message
- by Oso
I had a Web service method working fine on Tomcat as deployed by Netbeans 6.8. Then I had to add a new parameter for the same method so I erased the method and then added a new one with the same name but different parameters.
After that, ws-import keeps on telling me that I have duplicated messages for such method, and if I remove the new one, the WSDL will still show me the old one with the old parameter list.
How do I get rid of the old one?
thanks in advance.