tags:

views:

172

answers:

1

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.

Thanks

A: 

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.

Kit Menke