4
我正在使用SharePoint API編寫iPhone/iPad客戶端。 GetUserCollectionFromSite
方法返回所有用戶。我已搜查在MSDN規格:如何根據模式名稱獲取SharePoint用戶列表
http://msdn.microsoft.com/en-us/library/websvcusergroup.usergroup.getusercollectionfromsite.aspx
但顯然沒有辦法與像發送一個請求:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUserCollectionFromSite xmlns="http://schemas.microsoft.com/sharepoint/soap/directory/"></GetUserCollectionFromSite>
<UsersPattern>Ad</UsersPattern>
</soap:Body>
</soap:Envelope>
而且隨着用戶登錄的圖案匹配的響應「廣告」像亞當等。