Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SOAVIRT_9.10.4_CTP_3.1.1

...

Excerpt

Video Tutorial: Monitoring and Recording Traffic from a Message Proxy

In this video, we describe how to monitor and record traffic from a message proxy proxy.

vimeo
Widget Connector
width
600
URLurlhttps://playerwww.vimeoyoutube.com/video/123588012watch?v=dzQdH2UQ8d0
height400

Viewing and Exploring Events

...

  • An incoming message "Request received" event with the message content (labeled as "Unrecognized message").
  • An Error "Error returned" event with details.

...

Viewing Additional Event Details in CTP

The Event Details perspective is designed to provide you real-time snapshots of the incoming messages, outgoing message, and errors that are occurring at a particular time.

For details on long-running transactions and historical analysis of server events, we recommend using CTP’s event viewing capabilities.

Image Modified

Reporting Custom Events

The  Extension Tool (described in Extension Tool for Custom Scripting) can be used to report custom events to the Event Log by calling the report(IEvent) method of the given com.parasoft.api.ScriptingContext object.

...