我用axis2和eclipse IDE开发了一个简单的web服务。目前我在 Eclipse 的嵌入式模式下在 tomcat (7.x) 上运行它,它工作正常。但是,当我创建一个 WAR 文件并将其放在 webapps 目录中然后启动 tomcat 时,我收到以下警告:
[WARN] Web application uses org.apache.axis2.transport.http.AxisAdminServlet; pl
ease update web.xml to use org.apache.axis2.webapp.AxisAdminServlet instead
我使用 SoapUI 进行测试并获得带有标题的“空”响应:
Date Tue, 12 Nov 2013 12:07:46 GMT
Content-Length 0
status HTTP/1.1 404 Not Found
Server Apache-Coyote/1.1