Im having some trouble getting the CMIS move folder operation working. The documentation isn't too clear on which ID's go where. So I am trying to use this call:
I'm assuming the 'path' is the path I want to move the folder to and the sourceFolderId is the NodeId of the folder I want to move. However, I get a 500 error like this when run: 07040024 Wrapped Exception (with status template): com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]
Yes,'path' is the path you want to move the folder to ,but the sourceFolderId is not the NodeId of the folder you want to move,it is node to move's parent folder id. This webscript 's default format is atomentry,you should construct an atom string and sent it as your request body,and objectid you want to move is parsed from the atom request body