Hello,
for some internal monitoring, we would require to capture response time taken by OSB service which for any transcation.
Example - OSB service was invoked at A timestamp and completed at B time stamp. overall response time is difference of B and A.
we dont want to do any flow change in our code to get these value.... if their any way OSB store each instance/invocation traces in OSB DB table.. like we see in BPEL DB table.
simple way is to invoke some kind of framework to put some entry but this require code change and this is not a preferred approach by our client.
We have to achive this either by some inbuild monitoring functionality or through quering some db tables
pls suggest