Eclipse Axis error when creating web service

前端 未结 4 1621
盖世英雄少女心
盖世英雄少女心 2021-02-05 07:32

Every time I try to create a new Web Service in Eclipse, I get this error:

IWAB0489E Error when deploying Web service to Axis runtime
  axis-admin failed with  {         


        
4条回答
  •  有刺的猬
    2021-02-05 08:09

    please check the following:

    1. Verify that the web.xml of the dynamic Web project has been updated with the Axis2 servlet.
    2. The project has been added to the server and the server state is started.
    3. Ping the URL "/services/AdminService"
      (e.g."http://localhost:8080/WebProj/services/AdminService) and verify that the Axis2 servlet is up and running.
    4. Ensure that deploy.wsdd is generated in the Web project's WebContent/WEB-INF directory under the package name.

提交回复
热议问题