R – n equivalent to the SPWeb.Properties in the SharePoint web services

sharepointweb services

Our project has a site template that manages custom properties using SPWeb.Properties. However I need to be able to change these values through the webservices and I am having trouble finding any methods to even return the custom properties.

Where can I find the equivalent to the SPWeb.Properties collection in the SharePoint web services?

Best Answer

I doubt there is a builtin service doing that. If you have access to the server, it should be trivial to create a service exposing this, though.