Administration Web Service
Windows SharePoint Services 3
The Administration Web service provides methods that can be used to manage Windows SharePoint Services.
To access this Web service set a Web reference to http://<site>/_vti_bin/Admin.asmx.
For examples that show how to use this service, see methods of the Admin class.
URL correction
For all web services except Admin.asmx, the following URL is correct:
http://<site>/_vti_bin/service_name.asmx
For the Admin.asmx web service, this is the correct URL:
http://<centraladminserver>:portnumber/_vti_adm/Admin.asmx
- 9/23/2009
- buckenn
- 8/5/2010
- KeFang Chen