3. Cancel a published WebService (delete a published Web Service)

Source: Internet
Author: User

First, you also need to customize the wsdd file to cancel the release. The specific format of undeploy. wsdd is as follows:

 

 <Undeployment xmlns = "http://xml.apache.org/axis/wsdd/">
<Service name = "HelloWorldWSDD"/>
</Undeployment>

 

 

Similarly, use commands like WebService released above.

The command is as follows:

Java-Djava. ext. dirs = lib org. apache. axis. client. AdminClient-lhttp: // localhost: 8080/AxisWebService/services/AdminService undeploy. wsdd

 

After you type the command, press enter to see:

Processing file undeploy. wsdd

<Admin> Done processing </Admin>

It means that you have successfully canceled the service, so that others will not be able to access your service. In the browser address bar, enter:

Http: /localhost: 8080/AxisWebService/servlet/AxisServlet

Check whether the service just released has been canceled!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.