Once you have created a JAX-RPC web service, you may want
to delete it. The instructions in this document describe the basic
steps that you can take to delete the service.
About this task
The web service wizards update or generate several files
as part of creating a new web service. The files that are updated
or created when deploying a WebSphere® JAX-RPC
web service to a web Project are:
- JavaSource/my/pkg/MyServiceSOAPImpl.java - this is the skeleton
created in a top-down web service
- JavaSource/my/pkg/MyService_SEI.java (bottom-up) or JavaSource/my/pkg/MyService_PortType.java
(top-down)
- WebContent/WEB-INF/MyService_mapping.xml
- WebContent/WEB-INF/ibm-webservices-bnd.xmi
- WebContent/WEB-INF/ibm-webservices-ext.xmi
- WebContent/WEB-INF/web.xml
- WebContent/WEB-INF/webservices.xml
- WebContent/WEB-INF/classes/.../*.class - built from the above
.java files.
- WebContent/WEB-INF/wsdl/MyService.wsdl
- WebContent/wsdl/my/pkg/MyService.wsdl
Note: Actual filenames may vary from service to service, and
between top-down and bottom-up approaches.
To delete
a web service, you do not have to undo all the changes made by the
wizard. There are a few steps you must take at minimum: