【发布时间】:2015-10-21 14:25:04
【问题描述】:
我正在尝试使用服务。我可以在 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 日志上显示响应。
【问题讨论】:
标签: spring http soap http-status-code-404 soapui