View requests and responses in XML format

Note: This topic applies to the Java over HTTP protocol only.

For each request and response, you can view the corresponding XML that represents the binary java object during the recording phase.

To view requests and responses in XML format:

  1. Locate the target request or response section in the code. Right-click the commented RequestBodyX.xml or ResponseBodyX.xml.

  2. Select View XML. The XML is displayed in a separate window.

Back to top