0

我正在编写一个 SharePoint 客户端,并且正在尝试使用 WebServices 登录到 SharePoint Server。
它是一个 SharePoint 2010 服务器。

我正在使用这个网络服务:http: //msdn.microsoft.com/en-us/library/authentication (office.12).aspx

使用此网络服务时出现此错误:NotInFormsAuthenticationMode

我无法更改服务器端的任何内容,文档说此 Web 服务是:为使用基于表单的身份验证
的 SharePoint 网站指定一种登录错误类型。

我的问题是如何使用 webservies 登录到非 FBA SharePoint 服务器

谢谢你

4

1 回答 1

1

解决了。无需使用登录网络服务。肥皂网络服务时只需发送带有http请求的凭据..

于 2010-11-14T09:07:35.937 回答