How to debug SOAP/HTTP requests?

How to debug SOAP/HTTP requests?

book

Article ID: KB0087370

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:
============
How to debug SOAP/HTTP requests?

Resolution:
==========
To turn on detailed tracing for SOAP activity, add the following properties to your application TRA file:

java.property.com.tibco.plugin.soap.trace.inbound=true
java.property.com.tibco.plugin.soap.trace.outbound=true
java.property.com.tibco.plugin.soap.trace.filename=c:/temp/soap.txt
java.property.com.tibco.plugin.soap.trace.pretty=true

Trace.Task.*=true
Trace.Debug.*=true


To get access to the HTTP Header, you need to use TCP Trace which can be downloaded from the following URL:
http://www.pocketsoap.com/tcptrace/tcpTrace081.zip

Issue/Introduction

How to debug SOAP/HTTP requests?