About the SOAP Tracer
If I turn the SOAP Tracer "ON",
it means that I can retrieve the SOAP request/response Messages on the database,
I look at all tables in wso2wsas_db, I can't find any thing on db,
but the message shows in manage console correctly,
why?
- Login or register to post comments
- Printer friendly version
- 260 reads











The messages are stored in
The messages are stored in memory by default. This is for the purpose of improving performance. Howver, you can even persist the message to the wsas db. Here is how you do it;
1. Locate the WSO2WSAS_HOME/conf/axis2.xml
2. Locate the wso2tracer.trace.persister.impl parameter
3. Change the value of it to org.wso2.wsas.util.TracePersisterImpl
4. Restart WSAS and switch on Tracing
5. The traced messages will be available in the message_t table
Regards
Afkham Azeez