08 May 2007 - 1.7.1 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






Vote for soapUI at the WSJ Readers' Choice awards in the

'Best Web Services Utility' and

'Best Web Services Testing Tool'

categories

soapUI Pro Outline Editor

The soapUI Pro Outline Editor is available for all request/response messages and shows a tree-view of the current message content. The left column of the editor shows the tree structure and the right column shows editable node values. Grayed node-values are not editable due to unavailability and/or schema restrictions. Node values are editable by selecting/editing as "usual".

Navigation with keyboard is as follows:

  • DOWN - moves down one row and expands new row if possible
  • ALT+DOWN - moves down to the next sibling node, skipping any child nodes
  • UP - moves up one row
  • ALT+UP - moves up one sibling, skipping any intermediate child nodes
  • ALT+LEFT - moves to the current nodes parent node
  • ALT+RIGHT - moves to and expands the current nodes first child node if available
  • ALT+C - collapses current node if possible (ie hides all child nodes)
  • ALT+E - expands current node if possible (ie shows all child nodes)
  • ALT+SHIFT+C - collapses all child nodes if possible
  • ALT+SHIFT+E - expands all child nodes if possible

If the underlying schema definition for a specific node has documentation annotations, these will be displayed in the tooltip as shown in the screen-shot below.

A number of right-button actions are available for creation of XPath assertions and Property-Transfers/Expansion when editing Mock Response and Test Request steps.


Next: