访问 Metro 2.0 请求/响应 Web 服务的 XML 负载
我正在使用 Metro 2.0 和 Tomcat 6 开发 Web 服务,出于开发/支持的原因,我需要能够记录 Web 方法的请求和响应的 XML 负载。仅在调试模式下才会记录有效负载。
Web 服务使用 servlet 实现(com.sun.xml.ws.transport.http.servlet.WSServlet 和 .WSServletContextListener 类)(如果这会影响答案)。
这可能吗?
提前致谢, 安迪
I am developing a web service, using Metro 2.0 and Tomcat 6, and I have a requirement to be able to log the XML payload of the request and response of a web method for development/support reasons. The payload would only be logged when in debug mode.
The Web Service uses a servlet implementation (com.sun.xml.ws.transport.http.servlet.WSServlet and .WSServletContextListener classes), if that affects the answer.
Is this even possible?
Thanks in advance,
Andy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试设置这些系统属性:
SOAP 消息转到系统输出,我相信 Tomcat 会记录该消息。
Try setting these system properties:
The SOAP messages go to system out, which I believe Tomcat logs.