我写了一个使用Sharepoint 2010 QueryEx webservice的custum c#代码。
代码在大多数地方运行良好。
当代码在我的一个客户端服务器上运行时,webservice会返回以下错误:
System.Web.Services.Protocols.SoapException:服务器无法处理请求。 --->试图执行未经授权的操作。
sharepoint网站没有使用annonymus ahuthentication。
我将运行代码的帐户设置为sharepoint中的内容访问帐户 - 但它没有帮助。
答案 0 :(得分:0)
这个答案很晚,但我遇到的问题可能与你的问题有关......
Sharepoint 2010 search via webservice gives "Attempted to perform an unauthorized operation"