How to call a Web Service from the Controller?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-06-17T13:07:26Z
Indexed on
2010/06/17
13:43 UTC
Read the original article
Hit count: 344
I have an asp.net MVC2 application that needs to call a web service from the controller. How do I do this? It is a RESTful service that returns Json data.
I cant seem to find a good example.
Thanks
© Stack Overflow or respective owner