By default, SharePoint has multiple web services that are given below.
These services can be used to fetch some information. like list web service can be used to fetch data from another site collection by making a data source by using soap service connection.
Note- DVWP is used for only web pages.
- http://ServerName:99999/_vti_adm/Admin.asmx – used for creating and deleting sites, change 99999 with your administrative port number
- http://ServerName/_vti_bin/Alerts.asmx – used for working with alerts
- http://ServerName/_vti_bin/DspSts.asmx – used for retrieving schemas and data
- http://ServerName/_vti_bin/DWS.asmx – used for working with Document Workspaces
- http://ServerName/_vti_bin/Forms.asmx – used for working with user interface forms
- http://ServerName/_vti_bin/Imaging.asmx – used for working with picture libraries
- http://ServerName/_vti_bin/Lists.asmx – used for working with lists
- http://ServerName/_vti_bin/Meetings.asmx – used for working with Meeting Workspaces
- http://ServerName/_vti_bin/Permissions.asmx – used for working with SharePoint Services security
- http://ServerName/_vti_bin/SiteData.asmx – used by Windows SharePoint Portal ServerName
- http://ServerName/_vti_bin/Sites.asmx – used to retrieve site templates
- http://ServerName/_vti_bin/UserGroup.asmx – used for working with users and groups
- http://ServerName/_vti_bin/versions.asmx – used for working with file versions
- http://ServerName/_vti_bin/Views.asmx – used for working with views of lists
- http://ServerName/_vti_bin/WebPartPages.asmx – used for working with Web Parts
- http://ServerName/_vti_bin/Webs.asmx – used for working with sites and subsites
These services can be used to fetch some information. like list web service can be used to fetch data from another site collection by making a data source by using soap service connection.
Note- DVWP is used for only web pages.
Comments
Post a Comment