Web Services
Administration Web Service
http://
This Web service provides administrative capabilities like creating a new top-level site, deleting a top-level site and getting the list of available languages
Alerts Web Service
http://
Authentication Web Service
Copy Web Service
Document Workspace Web Service
http://
This Web service is used to manage Document Workspace sites. It allows you to create new document workspaces, delete document workspaces, create new sub-folders, delete sub-folders, and so forth.
Forms Web Service
http://
Each list has forms associated which are used to display list items, create new list items, and update or delete existing list items. This Web service allows to get the collection of forms associated with a list and then get detailed information about each form.
Imaging Web Service
http://
SharePoint has picture libraries that users can use to manage pictures. This Web service allows to upload pictures, download pictures, create new folders, delete folders and pictures, and the like.
List Data Retrieval Web Service
http://
Allows you to run XPath like queries against a list.
Lists Web Service
http://
Meetings Web Service
http://
People Web Service
Permissions Web Service
http://
SharePoint Directory Management Web Service
Site Data Web Service
http://
The Site Data Web service can be used to return meta-data about a site or list, get the collection of lists, get the attachments for a list item, get the collection of items in a list, and so on.
Sites Web Service
http://
Search Web Service
Users and Groups Web Service
http://
Versions Web Service
http://
Document Libraries and Picture Libraries can have versioning enabled, which stores a copy of every single file version. This Web service can be used to get the list of available versions, delete versions, and also restore a file version.
Views Web Service
http://
Lists have views associated that define what fields are shown, what filtering and sorting is applied, what grouping is applied, and so on. This Web service is used to work with list views. You can get the collection of views, add new views, remove views, update the Html code used to display a view, and the like.
Web Part Pages Web Service
http://
Web Parts are objects that you can place on Web part pages. This Web service is used to work with Web parts and Web part pages. You can get the list of Web parts on a page, you can add or remove Web parts, and so forth.
Webs Web Service
http://
This Web service is used to work with sites and sub-sites. You can get the list of list-templates, get meta-data about a sub-site, get the list of sub-sites, and so on.
此外 Nick Swan 的Lists Web Service 寫的蠻詳細的 (Getting started with the SharePoint Webservice - Lists Service)
讀者回應 ( 1 意見 )
訂閱張貼留言 (Atom)
所以看了看,如果要寫機器人list指令對應的部分,應該可以用Site Data Web Service 來從MOSS 取得資料,因為他是這樣寫的:The Site Data Web service can be used to return meta-data about a site or list (回傳網站或list的資料描述) , get the collection of lists, get the attachments for a list item (取得list的內容) , get the collection of items in a list, and so on.
是吧...
張貼留言
如果沒有帳戶,建議使用「名稱/網址」留言喔^^