Showing posts with label designer. Show all posts
Showing posts with label designer. Show all posts

Tuesday, June 28, 2011

Printing Soap messages in TIBCO Business works (BW)

If you want to print the Soap messages (in and out) from SoapRequestReply Activity in business works designer specify -p (e.g. soap_properties.cfg) in advance while running tester for any bw process.

and in the configuration file (soap_properties.cfg) define.
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:/soap.txt
java.property.com.tibco.plugin.soap.trace.pretty=true
Trace.Task.*=true
Trace.Debug.*=true

This is helpful in doing junit testing for any webservice integration from designer