创建Web服务时的Eclipse Axis错误 [英] Eclipse Axis error when creating web service

查看:197
本文介绍了创建Web服务时的Eclipse Axis错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每次我尝试在Eclipse中创建一个新的Web服务时,都会收到以下错误:

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  {http://xml.apache.org/axis/}HTTP (404)Not Found

任何想法如何解决这个问题?

Any idea how to solve this issue?

谢谢

推荐答案

请检查以下内容:


  1. 验证动态Web项目的web.xml是否更新了
    Axis2 servlet。

  2. 项目已添加到服务器,服务器状态已启动。

  3. Ping URL // services / AdminService

    (例如http:// localhost:8080 / WebProj / services / AdminService),并验证
    Axis2 servlet启动并运行。

  4. 确保deploy.wsdd在Web项目的
    WebContent / WEB-INF目录下生成,包名为。

  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.

这篇关于创建Web服务时的Eclipse Axis错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆