在Asp.net应用程序中通过Web服务访问Sharepoint数据

时间:2012-09-26 09:15:32

标签: asp.net web-services sharepoint

我们有2个不同的网站,一个是Asp.net和另一个MS Sharepoint,我们需要从Sharepoint获取一些数据到Asp.net网站

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

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

我们正在寻找建议。

1 个答案:

答案 0 :(得分:0)

您可以使用标准的Sharepoint soap Web服务或托管客户端对象模型。请在下面找到链接:

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

从js - 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?