Monday, October 19, 2015

Tracing SOAP Request and Reply in TIBCO BW | Capture Input and Output of SOAP/HTTP service


We have different approaches to enable this feature but the impact of each option will differ so you must know it before you should use:

Approach-1


We can enable SOAP debugging feature by adding below properties to TRA file i.e. either bwengine.tra or designer.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=D:/temp/soap.txt java.property.com.tibco.plugin.soap.trace.pretty=true java.property.com.tibco.plugin.soap.trace.stdout=true

Restart the designer to reflect the changes.

Approach-2


In General Activities tab we have Inspector Activity which allows you to dump the output of any activity inside your process definition.So this requires editing of your process definition.Here below shows to capture output of SOAP Request Reply Activity. 






No comments:

Post a Comment

back to top