Using the Service XML Viewer Detail Panel
The detail panel displays nodes and attributes of the selected XML file.
Click the xpath button to view the XML path that should be used to reference the selected node in the XML document. The box at the top of the overview panel changes to display this information.
Note:Fields in multiple lists. Note that the generated XPath expression refers to lists using a generic “list” reference. For example: /pageBody/list/listBody/field[@name=’FIELD_​NAME’]. If a service has a field that appears in more than one list, the above XPath may not be sufficient for referencing that field. In this case, references to the XPath should be adjusted to include the list name. The list name is visible in the overview panel. To add the list name, use [@name=’LIST_​NAME’]. For example: /pageBody/list[@name=’LIST_​NAME’]/listBody/field[@name=’FIELD_​NAME’].