hi ,
I want to download files using Enterprise Web Service to my local computer by using nodeID?
Can you help me ?
Thanks
Hi, Ghasem.
The "Uploading/Downloading binary content" portion of the Client Guide might be helpful.
Thanks,
Scott
Hi Scott..
Thanks for your concern
we looked "client guide" but we got this error message in the following :
"ContentService.DownloadContent() failed on the Livelink Server. No results were returned. Check the Livelink Server thread logs."
how we can fix it or how we can find Livelink Server thread logs .
The Livelink thread logs are in the OTHome\logs folder. If there aren't any, set Debug=2 in the opentext.ini file.
You may also see trace files in that folder, which could be useful.
Hi Scott ..
I've made the necessary changes. but on the following code has same error on line 13
Can you review the following code ..
You've mixed an upload call (CreateDocumentContext) with a download call (DownloadContent).
Try calling GetVersionContentsContext followed by DownloadContent.
Thank you Scott .