0
votes

I want to read and change the Title of sharepoint site (both SPSite and SPWeb) using Sharepoint web services.

I have the url to the sharepoint site. Wanted to change the title of the page using the sharepoint web service.

Cannot create a SPWeb.

Any input.

2
Can you add the entire error message with the stack?Jeff

2 Answers

0
votes

I don't think the current SharePoint webservices have methods for updating a web or site collection's Title. However, you could write your own webservice that could do this fairly easily.

0
votes

You can get the title and description through a web service but don't change it because there's no update method. Webs.GetWeb Method