Here's the vision: I would like to use the "link to Data Services" feature of Access 2010 to create a linked table that pulls its data from a web service. Here's what I've got so far:
- I created a web service that is compliant (I think) with a BDC read-only entity, with a "get list" and "get item" methods.
- Using a development SharePoint server and SharePoint Designer 2010, I created an external entity definition for the entity that is exposed by web service.
- I exported the external entity definition and changed the file extension from "bcdm" to "xml" so that Access would see it.
- On the Access External Data tab, I used the Link to Data Service command to install a new connection using the exported BCD external entity definition.
- The imported connection seemed to be fine, and I was able to create a linked table to my web service entity at that point.
Now that I've gotten this far, I get an error when I try to open the linked table:
The Microsoft Access database engine encountered an error while connecting to Data Services: 'Access denied by Business Data Connectivity.'.
At this point I'm wondering if what I'm trying to do is even possible. The idea was to use the BDC for the data definition only, and let Access pull the data from the web service directly. But are there other components and/or services needed to make this work? I'm not sure this is relevant, but the authentication I'm using for WcfAuthenticationMode is PassThrough.