记录来自 Web 服务的响应
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该在 JBoss 日志记录中启用 httpclient.wire.content 类别,这会将 http 消息转储到配置的日志文件中。
将其添加到
标记内的
\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.
You add this to the
<YOUR JBOSS INSTALL FOLDER>\server\default\conf\jboss-log4j.xml
within the</log4j:configuration>
tag