I have custom security extension with forms authentication deployed on report server(SQL Server 2008 R2). I am using BIDS for report/shared data set development & deployment. I have two scenarios
Scenario A: When BIDS points to server with Windows Authentication
Scenario B: When BIDS points to server with custom security extension
In Scenario A, deployment of shared data set (.RSD) happens fine. I see calls to ReportService2010.asmx in fiddler & found calls to web service methods CreateCatalogItem(...), SetItemReferences(...).
In Scenario B, deployment of shared data set failed. I see calls to ReportService2005.asmx & there are no calls to deploy shared data set.
I am not sure in Scenario B why ReportService2005.asmx web service methods are called instead of ReportService2010.asmx?