How can I update the View title of a SharePoint 2007 list using the views.asmx web service? According to MSDN the Views.UpdateView web method takes a parameter viewProperties =
An XML fragment that contains all the view-level properties as attributes, such as Editor, Hidden, ReadOnly, and Title.
But what is the structure of this XML fragment? I tried supplying <ViewProperties Title='MyCustomView' />
but always get an SOAP exception indicating that the viewProperties has invalid value.