Through web services, I am trying to set the user permission on a document inside a document library.
Are there any web services for setting a (Read / Full Control / Contribute) document to a common point?
There is currently no OOTB web service for applying fine-grained permissions. The best you can do is a site or list.
http://msdn.microsoft.com/en-us/library/websvcpermissions.permissions.addpermission.aspx
You should be able to create a web service to do this, but here is an example:
http://www.codefornuts.com/2009/05/item-level-security-with-sharepoint-web.html
Source: https://habr.com/ru/post/1337924/More articles:where should instance methods be written in the class hierarchy? - pythonHow to remote debugging with RubyMine? - ruby-on-railsHow to force file upload on IIS 6.0 server - c #How to set up a container unit to create scoffed / real log instances - c #HttpHandler and XML Files - httpView PDF in Chrome, Firefox, but not in IE8 - httpChange JavaScript NaN message to someone else - javascriptPolymorphic Lists and Relational Database - javaWhy is dictionary search so much faster than two if tests in Python? - performanceJDO practice: store objects as a collection under parents or on their own? - javaAll Articles