views:

28

answers:

0

I am trying to create a data provider extension for SQL Server Reporting Services that will call a WCF services. I have the data provider extension configured and executing, however, when making the call to the WCF service it cannot find the end point. I am assuming that I don't have the element in the proper place. Since I am only working in the developent I have only tried putting it in the RSReportDesigner.config in the following spots:

Right under the top-level configuration ...

Under my extension ...

Under configuration in my extension ...

The error is that the endpoint is missing.

Thanks for the help, Tom