Advanced Customization > Info*Engine User’s Guide > Web Services Framework > Writing an Info*Engine-based Web Service > Undeploy Your Web Service
  
Undeploy Your Web Service
If you want to undeploy your web service from your installation, simply run the undeploy target for the src/build.xml script of your project. For example:
% cd <Windchill>/prog_examples/MyProject/src
% ant undeploy
The undeploy target completes the following actions:
Removes the servlet configuration from web.xml
Removes the web service configuration from sun-jaxws.xml
Removes the security policy configuration file
Removes the JAR file supporting your web service
Uninstalls the Info*Engine tasks (if your service is based on Info*Engine tasks)