- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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