【发布时间】:2013-11-25 19:57:11
【问题描述】:
我正在尝试使用 Web 服务获取所有 Sharepoint 组和组中的用户。我添加了 Web 服务器 /_vti_bin/usergroup.asmx。然后我写了下面的代码。
WebReference.UserGroup Group = new GetGorupNames.WebReference.UserGroup();
XmlNode Users = Group.GetGroupCollectionFromWeb();
我不知道进一步的程序。因为这是我第一次在 sharepoint 中使用 Web 服务。任何与 xml 和 web 服务相关的帮助都会很棒。
【问题讨论】:
标签: sharepoint sharepoint-2010 sharepoint-2007