About Me

我的相片
台北市, Taiwan
我是方選,
方白科技(finebind tech.)共同創辦人,
臺大資管所畢,
希望能幫助更多的人!

FB: http://fb.com/function1122
LINE: http://bit.ly/1foeZft (手機開啟點擊網址自動加入)

最新15則讀者回應

最新文章

FUNction's 上課筆記

Label Cloud

Blog Archive

FeedBurner

追蹤者

MOSS 提供的 WebService

FUNction 於 2007年12月5日 下午2:56 發表
從MSDN上抄下來的 (http://msdn2.microsoft.com/en-us/library/ms445760.aspx)還有klaus_salchner 寫的 整理出來的

Web Services

Administration Web Service
http:///_vti_adm/admin.asmx
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:///_vti_bin/alerts.asmx
Provides access to the list of active alerts and allows to delete active alerts.

Authentication Web Service
Copy Web Service


Document Workspace Web Service
http:///_vti_bin/dws.asmx
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:///_vti_bin/forms.asmx
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:///_vti_bin/imaging.asmx
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:///_vti_bin/dspsts.asmx
Allows you to run XPath like queries against a list.

Lists Web Service
http:///_ vti_bin/lists.asmx
This Web service is used to work with lists and list data. You can obtain the collection of lists, add new lists, remove lists, add new list attachments, remove attachments, and so on.

Meetings Web Service
http:/// _vti_bin/meetings.asmx
This Web service is used to work with Meeting Workspaces. You can create a new Meeting workspace, remove an existing Meeting workspace, add new meetings, add new meetings using ICal files, and so forth.

People Web Service

Permissions Web Service
http:///_vti_bin/permissions.asmx
Sites and lists have permissions assigned to them. This Web service is used to obtain the permissions assigned to a list or site, add new permissions, and update or removing existing permissions.

SharePoint Directory Management Web Service

Site Data Web Service
http:///_vti_bin/sitedata.asmx
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:///_vti_bin/sites.asmx
This Web service can be used to return the list of site templates. When you create a new site using the Administration Web service you need to specify the site template name to use that you can obtain through this Web service.

Search Web Service

Users and Groups Web Service
http:///_vti_bin/usergroup.asmx
This Web service is used to work with users, site-groups and cross-site groups. You can add, update or remove users, site-groups, and cross-site groups. You can also add users or cross-site-groups to a site-group.

Versions Web Service
http:///_vti_bin/versions.asmx
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:///_vti_bin/views.asmx
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:// /_vti_bin/webpartpages.asmx
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:///_vti_bin/webs.asmx
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)

Tags: ,

讀者回應 ( 1 意見 )

所以看了看,如果要寫機器人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.
是吧...

張貼留言

如果沒有帳戶,建議使用「名稱/網址」留言喔^^