[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: Clean Unpublish and Removal of WebService

There is no easy way to do this. You really have to manually undo all the changes. One possibility is to use a source code control system to roll back.

Regards,
Yen

VC wrote:

Hi there.

I've just followed this tutorial on how to develop a web service from a bottom-up aproach using the Eclipse WTP: Webservices with Axis2 and the Eclipse Web Tool Platform (WTP) - Tutorial

Because I'm testing my webservice I need to change with some frequency the signature of my methods, thus I need to unpublished the webservice. I've searched in Google but didn't find nothing on how to clean a WebProject that has a Webservice. All that I've read is to unpublish the webservice on the server but no tutorial says how to completely remove the webservice from the webproject. I'm posting this because each time I have to change the webservice I need to create a new web project from sketch because deleting only the webservice folder and the wsdl file is not enough, if I try to deploy the webservice with the same name the Eclipse WTP starts giving errors when publishing to the server. I would like to know how can I completely rollback the creation of a webservice.

Best regards