记录来自 Web 服务的响应

发布于 2024-12-26 13:49:20 字数 198 浏览 3 评论 0原文

我正在使用 Jboss 和 jax-ws。

我怎样才能达到类似的效果呢

System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump", "true")?

谢谢! 祝你今天过得愉快!

I am using Jboss and jax-ws.

How can I gent a similar effect to the

System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump", "true")?

Thank you!
Have a nice day!

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

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

发布评论

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

评论(1

薄荷梦 2025-01-02 13:49:20

您应该在 JBoss 日志记录中启用 httpclient.wire.content 类别,这会将 http 消息转储到配置的日志文件中。

  <category name="httpclient.wire.content">
      <priority value="DEBUG"/>
   </category> 

将其添加到 标记内的 \server\default\conf\jboss-log4j.xml

You should look to enable the httpclient.wire.content category in the JBoss logging, this will dump the http messages into the configured log file.

  <category name="httpclient.wire.content">
      <priority value="DEBUG"/>
   </category> 

You add this to the <YOUR JBOSS INSTALL FOLDER>\server\default\conf\jboss-log4j.xml within the </log4j:configuration> tag

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