访问SharePoint数据通过Asp.net应用程序的Web服务

问题描述:

我们有2个不同的网站,一个是Asp.net和另一个MS SharePoint和我们需要从SharePoint一些数据到Asp.net网站访问SharePoint数据通过Asp.net应用程序的Web服务

在ASP .net应用程序是一台服务器,Sharepoint站点位于不同的服务器上。

我们如何通过Web服务将其从一个站点移动到另一个站点?

我们正在寻找建议。

+0

请改善你的问题: -Asp.net框架的版本; -MSSharepoint的版本; - 你需要移动什么类型的数据; - 你知道什么选择。 – user823959

您可以使用标准Sharepoint soap web服务或受管客户端对象模型。请看以下链接:

Windows SharePoint Services的Web服务 - 从JS http://msdn.microsoft.com/en-us/library/aa979690(v=office.12).aspx

称之为 - http://weblogs.asp.net/jan/archive/2009/04/09/calling-the-sharepoint-web-services-with-jquery.aspx

的SharePoint Foundation 2010托管客户端对象模型 - http://msdn.microsoft.com/en-us/library/ee857094.aspx

Setting a Sharepoint Site Theme through a Web Service?