开发者

Is it possible to consume a WCF service in MS Access?

开发者 https://www.devze.com 2022-12-18 10:49 出处:网络
We are thinking about centralising some or all of our data access. I thought a good way to do this would be via WCF. However, lot开发者_Python百科s of our applications are built in MS Access (a whole

We are thinking about centralising some or all of our data access. I thought a good way to do this would be via WCF. However, lot开发者_Python百科s of our applications are built in MS Access (a whole other story!).

So, is it possible to consume a WCF service in MS Access?

I know consuming web services is possible (although I don't know the details). Is it similar for WCF?


Yes, but you'd consume them as web services. Just use one of the HTTP bindings for WCF, and it becomes a web service. Simple.


Create a COM Class in dot.net to Access the web service.

Attention: The App.Config will not readed.

0

精彩评论

暂无评论...
验证码 换一张
取 消