I need to log all the requests received at and response sent from webMethods Integration server. For now I am using watt parameters to log all the activities in server.log. But its becoming difficult to manage huge size and accessing it. So is there any other way to log it(Preferably in Database).
Can we use soap handlers(I am yet to explore) in WS-providers for this purpose?
Thanks for the reply. But its too late for that now, hundreds of services have been developed already and its not feasible. Unfortunately all the doors are closed i guess. :sad:.
I found out a workaround for logging the Inbound and outbound webservice request/responses in Integration Server using soap handler. I am planning to publish document with body of request and log it in the database.
But my concern is, by doing this will i face any performance issues in future? Any better idea? Need expert advice in this.
Sounds you have a work around…But there might be some performance issue in case the payload (req/reqsp XML’s) are large or db inserts tuning if required and any changes you need to do some load test metrics with the interface before you deploy this to production…This my comment with out knowing about your full environment and landscape.
Is the logging going to be for all your 100’s of interfaces you are taking about and so a generic change?