“错误404:com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException:没有为uri配置目标servlet:/ myService

时间:2015-07-30 09:38:31

标签: spring http soap http-status-code-404 soapui

我正在尝试点击服务。我能够在http日志中看到响应。我在soapUI日志中看到了成功消息。但在肥皂响应中我看到了http 404错误。

在http日志中......最后......显示

Thu Jul 30 15:00:01 IST 2015:DEBUG:<< "Connection: Close[\r][\n]"
Thu Jul 30 15:00:01 IST 2015:DEBUG:<< "Date: Thu, 30 Jul 2015 09:30:00 GMT[\r][\n]"
Thu Jul 30 15:00:01 IST 2015:DEBUG:<< "Server: WebSphere Application Server/8.0[\r][\n]"
Thu Jul 30 15:00:01 IST 2015:DEBUG:<< "[\r][\n]"
Thu Jul 30 15:00:01 IST 2015:DEBUG:<< "Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /myService

我正在尝试使用此服务响应。我需要这个响应来运行我的代码。

请帮助显示Soap响应列的响应,而不是http日志。

1 个答案:

答案 0 :(得分:0)

似乎应用程序myService未部署在应用程序服务器上。申请名称是什么? myService或MyService?