How to log HTTP headers associated with SOAP request/reply.

How to log HTTP headers associated with SOAP request/reply.

book

Article ID: KB0094018

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:

You can modify "TIBCO_HOME/bw/5.x//lib/log4j.properties" and change the level to DEBUG as shown below for httpclient.


  <logger name="httpclient.wire">

    <level value ="DEBUG"/>

    <appender-ref ref="tibco_bw_log"/> 

  </logger> 


Issue/Introduction

How to log HTTP headers associated with SOAP request/reply.