I cannot locate anything besides C# or Java examples for connecting to the webservices.
I have been able to authenticate my Admin user and use the token to connect via the DocumentManagement objects (that were added as a web reference and then imported into the module) to get a list of all the files and folders for the Admin user. What is not clear is how one is to go about downloading or uploading a file. I assume it has something to do with ContentService, but I cannot find any useful examples for this.
Can anyone point me in the proper direction? Thanks in advance.