Message 1 of 2
Soap Exception with restriction code 4000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a tool that adds files to Vault and sets various properties based on a spreadsheet.
One of the properties I need to set is file revision. I have code in place that should work, but am receiving a SoapException with restriction code 4000.
This code does not seem to be listed anywhere in documentation.
Has anyone encountered this restriction?
I'm calling:
myConnection.WebServiceManager.DocumentServiceExtensions.UpdateFileRevisionNumbers(new long[]{f.Id}, new string[]{revisionStr}, "Revision Updated")
