I changed the web service declaration and then wsimport says that I have a repeated message
Posted
by Oso
on Stack Overflow
See other posts from Stack Overflow
or by Oso
Published on 2010-04-24T00:01:40Z
Indexed on
2010/04/24
0:03 UTC
Read the original article
Hit count: 207
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.
© Stack Overflow or respective owner