I am using SSRS web service to get report information but I am unable to figure out how to get favorite or set favorite for reports outside of reporting services without querying/inserting directly to the reporting service database (which I don't want to do). Can someone help with this or has any experience with how to get and set this data through the web service?
ReportingService2010 reportingService2010 = new ReportingService2010();
reportingService2010.UseDefaultCredentials = true;
reportingService2010.Url = "http://myreportingserver";