You are here: Reference > Tools, accelerators, and wizards > Tracer > Tracer - Tracing services

Tracer tool
Tracing services

You can use the Tracer to monitor any active requestor session. However, a service usually runs in a new requestor session with a requestor ID that is not created until the service begins processing. At that point, the processing that the service performs in that requestor session occurs so quickly (in less than one second), it can be hard to catch the event to trace it.

In this situation, it is recommended to use the Trace Open Rule feature to trace the service rule. This feature can be used to trace a service request that is invoked from an external client application.

To use the Trace Open Rule feature to trace and debug a service rule:

  1. Open the service rule. Take note of which ruleset it belongs to.
  2. Select Actions > Trace. The Tracer tool window opens.
  3. Click Settings Options to open the Tracer Settings panel.
  4. In the Event Types to Trace section, select Services.
  5. In the Rulesets to Trace section, select the rulesets that contain the service rule and service activity.
  6. Click OK to close the Tracer Settings panel.
  7. Run the rule.
  8. Watch the Tracer display as the rule runs. The window includes lines for the start and end of each service rule execution, lines for the start and end of request mapping, lines for the start and end of response mapping, and (if these options are selected in the Tracer Settings panel) lines for the start and end of parse rules, XML Stream rules, and HTML rules.

The Tracer offers the following trace options for services:

For more information about tracing and testing services, see Testing Services and Connectors on the PDN.

Related Topics Link IconRelated Topics

Debugging with the Tracer