jaxWS“客户端”需要一种方法来跟踪原始 xml 请求和响应

发布于 2024-11-02 11:20:50 字数 153 浏览 1 评论 0 原文

我刚刚开始调试一些 jaxWS“客户端”。我需要一种方法来跟踪处理过程中的原始 xml 请求和响应。这是一个遗留系统,所以我不想做太多代码更改并进一步破坏它。因此我正在从配置级别寻找解决方案。请注意,我不太可能从服务器端更改某些内容来进行调试。

如果有人能阐明,我将不胜感激。

I just got in to debug some jaxWS "client". I need a way to track raw xml requests and responses that process through. This is a legacy system so I don't want to do much code changes and break it further.Hence I'm looking for solution from configuration level. Note its very unlikely for me to change something from server end for debugging this.

Appreciate if anyone can shed a light on.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

执笏见 2024-11-09 11:20:50

如果您使用的是 jdk 中内置的 jaxws impl,则可以使用系统属性“com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true”在客户端上启用调试日志记录,并在服务器上使用“com.sun.xml.ws.transport.http.HttpAdapter.dump=true”(来源)。

if you are using the jaxws impl built into the jdk, you can enable debug logging on the client using the system property "com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true" and on the server using "com.sun.xml.ws.transport.http.HttpAdapter.dump=true" (source).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文