Service File Type | Description |
*.wsdl.aspx (search.wsdl.aspx) | File that generates the WSDL (Web Services Description Language) in SharePoint |
*.disco.aspx (seach.disco.aspx) | File that provides the discovery implementation |
*.asmx (search.asmx) | Web services endpoint, most of which contain a page directive referencing the SharePoint assembly and type containing the actual implementation for the service |
Out of the Box Services
There are a number of web services implemented OOTB (out of the box) in SharePoint that will address most of the common and basic tasks, from administrative tasks to search and working with list data, and much more. Below is a listing of the SharePoint web services with an overview of the functionality exposed for your reference. A simple expanded list like this helps me in working with the web services giving me a quick view of the overall services and methods available.Service | Administration |
(_vti_adm/Admin.asmx) | Administrative methods for creating deleting sites and retrieving languages used in the deployment
|
Alerts (Alerts.asmx) | Methods for working with SharePoint list item alerts
|
Authentication (Authentication.asmx) | Client proxy that provides user authentication for sites that use forms-based authentication
|
Copy (Copy.asmx) | Methods to copy files between or within sites
|
Document Workspace (Dws.asmx) | Methods for managing Document Workspace sites and data
|
Forms (Forms.asmx) | Methods for returning forms that are used in the user interface when working with the contents of a list
|
Imaging (Imaging.asmx) | Methods to create and manager picture libraries
|
List Data Retrieval (DspSts.asmx) | Perform queries against sites and list in SharePoint
|
Lists (Lists.asmx) | Methods for working with Lists and List Data
|
Meetings(Meetings.asmx) | Create and manage Meeting Workspace Sites
|
People(People.asmx) | Resolve and find Principals
|
Permissions (Permissions.asmx) | Methods for working with permissions for a site or list
|
Directory Management(sharepointemailws.asmx) | Methods for managing Active Directory e-mail distribution groups and their memberships
|
Site Data (SiteData.asmx) | Methods that return metadata or list data from sites or lists
|
Sites(Sites.asmx) | Methods for returning information about the collection or site template
|
Search(spsearch.asmx) | Methods for searching via search services
|
Users & Groups(usergroup.asmx) | Methods for working with users role definitions and groups
|
Versions (Versions.asmx) | Methods for working with file versions
|
Views(Views.asmx) | Methods for working with list views
|
Web Part Pages(WebPartPages.asmx) | Methods for working with Web Part Pages
|
Webs(Webs.asmx) | Methods for working with sites and subsites
|
MOSS Search (Search.asmx) | Methods for
searching via MOSS (Microsoft Office SharePoint Server) Search services,
which also includes a method to retrieve the managed search properties
|
No comments:
Post a Comment