Does WCF make the consumption of Restful web services trivial?
        Posted  
        
            by Steve Weet
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steve Weet
        
        
        
        Published on 2010-04-07T13:48:37Z
        Indexed on 
            2010/04/07
            13:53 UTC
        
        
        Read the original article
        Hit count: 239
        
I have an ASP.net application that currently consumes SOAP web services. This platform is targeted at .net 2.0 and I use Visual Studio Professional 2005 to maintain it. I now have a requirement to consume a number of restful web service within the same application.
Is the consumption of Restful web services with WCF so trivial, compared to using HttpClient that it is worth the cost and time of upgrading to Visual Studio 2008 and .Net 3.5 framework
© Stack Overflow or respective owner