asp.net mvc should calls wcf

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-03-15T20:17:20Z Indexed on 2010/03/15 20:19 UTC
Read the original article Hit count: 322

Filed under:
|
|

Greetings, I have a wcf service that exposes functionality to my wpf application. This works fine. I would like to create a web version and I am wondering how can I connect from my asp.net mvc application to my wcf service? Should I use the same approach as for WPF application (which uses Proxy to connect to the WCF Service. Is there any nice article how can i do this?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc