# Manage deployed Web services

> **TL;DR**
> Required plugin: [Jakarta EE: Web Services (JAX-WS)](https://plugins.jetbrains.com/plugin/18584-jakarta-ee-web-services-jax-ws)

IntelliJ IDEA provides the possibility to [view which Web services are currently deployed](#viewDeployedWS) as well as to [re-deploy and undeploy Web services](#manageTheListOfWS) without re-starting the application server.

These operations are enabled only when the corresponding server is running.

Procedure: Get a list of currently deployed Web services

* In the main menu, go to `Tools | XML WebServices and WSDL | Show Deployed Web Services`. The Web services deployed under various application contexts are listed in the browser.

* Open the [Deployment console](deployment-console.html) of the [Run](run-tool-window.html) tool window. The console shows which of the deployment artifacts are successfully deployed and which are not. Find the artifacts that constitute the Web services in question.

Procedure: Manage the list of deployed Web services

* Open the [Deployment console](deployment-console.html) of the [Run](run-tool-window.html) tool window. The console shows which of the marked for deployment artifacts are successfully deployed and which are not. Find the artifacts that constitute the required Web services.

* To set the deployment statuses up to date, click the Refresh Deployment Status button ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.refresh.svg).

* To undeploy a Web service, select the relevant artifacts in the list and click the Undeploy button ![Undeploy](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.undeploy.svg).

* To have IntelliJ IDEA deploy all the artifacts marked for deployment, click the Deploy All button ![Deploy All](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.nodes.deploy.svg).

## See also

### Procedures

[Web services](web-services.html)

### Reference

[Show Deployed Web Services dialog](show-deployed-web-services-dialog.html) [Deployment console](deployment-console.html) [Web Services Reference](web-services-reference.html)

### External Links

[http://www.w3.org/TR/wsdl](http://www.w3.org/TR/wsdl)

### External Links

[http://www.jetbrains.com/idea/docs/Web_Services_with_IntelliJ_IDEA.pdf](http://www.jetbrains.com/idea/docs/Web_Services_with_IntelliJ_IDEA.pdf)

