Reputation: 652
Are there any good tutorials available for querying for WCF services from within SSRS?
My WCF service is running fine, but when I try to query it from SSRS, I get contract mismatch exceptions. Some Googling suggests that querying WCF services in SSRS 2008 R2 is possible, but there doesn't seem to be any good documentation available. Help!
Upvotes: 10
Views: 6490
Reputation: 652
It took a while but I got it done! A lot of blog posts were helpful but not end-to-end, so in the spirit of paying it forward, here's my blog post to walk through the process.
Upvotes: 14
Reputation:
You can go through this links
http://www.codeproject.com/KB/aspnet/WcfSSRSEx1.aspx http://weblogs.asp.net/jezell/archive/2008/02/21/using-wcf-endpoints-with-sql-reporting-services.aspx
Upvotes: 2