SharePoint sites creation using C# through WebServices
by Shantha Kumar • July 1, 2007 • SharePoint, WebService • 14 Comments
I am a new to SharePoint webservices and now working on customizing webservices for sharepoint. Here is a sample code for creating a site in SharePoint using it’s webservices. Creating Site: To create a site, project requires a methods to access sites for creating and deleting. Those methods and properties are available in admin webservice. http://server-name:port/_vti_adm/admin.asmx is a admin [...]
Read more →
