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 Dynamic 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: