We are trying to use the content service to upload document into livelink. What we also need to do is, be able to add another version to the same using content service.
You can do this by using the DocManClient's AddVersionContext to get a context ID then using the Content client to upload the file. You can actually add all your versions (including the original) this way as opposed to using one call to upload the initial document and another call to write the subsequent versions. -Hugh