Showing posts with label serviceif. Show all posts
Showing posts with label serviceif. Show all posts

Saturday, February 25, 2012

Reporting web services

Has anybody used the sql reporting services web service?

If so, can anyone share an example?

I have searched google and didn't find nothing!!!

Thank you!

Personally I'm interested in an example of any kind of web service. Thanks.|||

I created a DotNetNuke module to display report from MS SQL Reporting Services. Demo and EXE program can be downloaded from http://dnndev.icpconline.com. In VS 2003, I created a web ref to the server web service URL (ie. http://yourserver/reportserver/reportservice.asmx). The web service exposes method to retrieve reports from the server.

Source code is available to authorized developers.