SSRS working with DB2

Recently I was working on generating report via SSRS by getting data from DB2. At first, I had MS SQL server 2008 R2 installed. I had Visual studio 2008 that builds the report. I created the OLE datasource from DB2 no issue. And then finally I deploy my datasource and my report to the SSRS…

SSRS WCF datasource 404 not found

This is to record this stupid mistake for accessing WCF service in SSRS report as datasource/dataset. I implemented the WCF service and had the address like http:localhost/WCFDataService.svc. I accessed the service in my browser, no problem, I saw the example page and I was able to access the wsdl. I setup the datasource in SSRS…