SQL Server 2008 Reporting Services の Web サービスを利用するためにプロキシ クラスを作成するには

Reporting Services の Web サービスを利用するには、次のようにプロキシ クラスを作成してコンパイルしておく必要があります。

"C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\wsdl.exe" /language:VB /n:"Microsoft.SqlServer.ReportingServices2005" http://localhost/reportserver/reportservice2005.asmx?wsdl
C:\WINDOWS\Microsoft.NET\Framework\v3.5\vbc.exe /target:library ReportingService2005.vb

参考URL
http://technet.microsoft.com/ja-jp/library/ms155134.aspx
http://technet.microsoft.com/ja-jp/library/ms160695.aspx

SQL Server 2000 の Reporting Services のときはプロキシ クラスを作成しなくてもよかったんですが、SQL Server 2005 からは作らなければならなくなりました。