Hi Everyone,
I have a document in content server and I want to add a version to the document(linear versioning). I have to use Content Web Service for adding the version. I am trying with documentmanagement_JAXWS.addVersion(long ID, Metadata metadata, Attachment attach) method. Can you please tell me how to set the Attachment object in the method? and how should I setcontent in the Attachment?