Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to consume a REST service in Asp.Net with C# 3.5? Is it similar to web service. I am using VS 2008 and C#3.5.
Posted

1 solution

No consuming SOAP web service and REST service is not similar because REST services work on the basis of HTTP GET,POST etc and have no proxy. REST services just embrace HTTP as the protocol so it communicates with http request/response and XML/JSON as data transport.
http://www.codeproject.com/Articles/255684/Create-and-Consume-RESTFul-Service-in-NET-Framewor
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900