How to Enable BenchMark Profiling for a Web Service Component

Previous Next

To enable BenchMark profiling for a web service component, you have to change the Physical Method of the constructor method. The following line has to be added at the end of the physical method:

this.setRulesEngine(:SessionId)

From now on, if a query is performed on the component table (or an INVOKE statement on the web service component) and the BenchMark Profiler is active, DEBUG_RDMI_MESSAGE entries are added to the profiler.

NOTES:

For performance reasons, when deploying your application, remove this.setRulesEngine(:SessionId) line from the constructor of the web service component.

BenchMark debugging of web service clients is not supported for MTOM web services.