How to consume a WCF service with SSRS 2008 R2

时光怂恿深爱的人放手 提交于 2019-12-05 17:56:04

问题


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!


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/7393188/how-to-consume-a-wcf-service-with-ssrs-2008-r2

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!