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: 338

Filed under:
|
|
|

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

Related posts about c#

Related posts about ASP.NET