【问题标题】:SharePoint Web Service, why there is no GetListItems() function?SharePoint Web Service,为什么没有 GetListItems() 函数?
【发布时间】:2011-09-04 06:27:56
【问题描述】:

我已将 SharePoint 服务添加到我的 C# Windows 窗体项目中。我能够从服务器检索可用列表。但是当我试图从列表中获取数据时,我找不到 GetListItems() 方法。我只看到了 GetListItemsRequest 和 GetListItemsRequestBody。所有与 GetListItems() 相关的 Google 结果,但几乎没有与 GetListItemsRequest() 相关的结果。

我错过了什么?任何人都可以在这方面提供帮助吗?非常感谢。


对不起,我的错。我尝试再次添加服务。并在我的解决方案中进行搜索,我在ListSoapClient 下找到了GetListItems() 函数。不知何故,我可以复制我之前所做的在ListSoapClient 下不可用的操作,因此我可以确定我做错了什么。谢谢大家的回复。欣赏它。

【问题讨论】:

    标签: web-services sharepoint


    【解决方案1】:

    它在列表服务下可用。

    Http://server/site/_vti_bin/lists.asmx?op=GetListItems
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2010-11-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多