Friday, March 15, 2013

Debugging and Logging WSO2 ESB SOAP messages

In order to log and see the SOAP messages that comes in to and goes out from WSO2 ESB add the following entries to the log4j.properties file

log4j.logger.org.apache.synapse.transport.passthru.wire=DEBUG log4j.logger.httpclient.wire.content=DEBUG

 You can find some more loging varieties from [1].

 [1] http://hc.apache.org/httpcomponents-client-ga/logging.html

No comments:

Post a Comment