Apache CXF 3.2.7 LoggingFeature配置

时间:2019-03-07 18:35:59

标签: apache logging soap cxf

我正在使用Apache CXF v3.2.7设置Web服务客户端。我在jaxws:client的LoggingFeature中添加了cxf.xml

   <jaxws:features>
     <bean class="org.apache.cxf.ext.logging.LoggingFeature"/>
  </jaxws:features>

在尝试连接到远程Web服务时,我试图在控制台中查看SOAP消息,以便弄清连接超时的原因。我不确定要添加到Web服务客户端的其他内容是什么。有什么建议么?谢谢

0 个答案:

没有答案