Avatar

Level 10

From the list you can get the folder path and the node name for each document. You can use the following

xPaths:

/process_data/CRCResult/object/@folderPath

/process_data/CRCResult/object/@nodeName.

Then you need to call the GetContent operation with the node id. The node id should be /process_data/CRCResult/object/@folderPath + "/" + /process_data/CRCResult/object/@nodeName .

The document itself is not part of the list. You need to make another call to get the document.

Jasmin