How to capture SOAP messages in ActiveMatrix BusinessWorks 6.X.
book
Article ID: KB0093647
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description: How can one capture the SOAP request, response and fault messages in Businessworks (BW) 6.x?
Resolution
Currently, the only way to capture the SOAP request and response message is by editing the logback.xml file and setting the com.tibco.bw.binding.soap logger property to DEBUG level.
Default location of logback.xml
1). Using Business Studios BW_HOME/config/design/logback/
2). Using AppNode BW_HOME/domains/domain/<AppSpace>/<AppNode>/
change
<logger name="com.tibco.bw.binding.soap">
<level value="ERROR"/>
</logger>
to
<logger name="com.tibco.bw.binding.soap">
<level value="DEBUG"/>
</logger>
The changes will be picked up periodically without having to restart the AppNode.
Issue/Introduction
How to capture SOAP messages in ActiveMatrix BusinessWorks 6.X.