How do I change the title and description of a site using the Sharepoint web service?
2 answers
I don't think the current SharePoint web services have methods to update the header of a site collection or site. However, you can write your own web service that can do this quite easily.
0
a source to share
You can get the title and description through the web service, but don't change it because there is no way to update. Webs.GetWeb Method
0
a source to share