Rest Call to c# webservice asmx file
-
Wednesday, April 11, 2012 10:20 AM
Hi,
I have webservice and I am building new mobile client that expects REST API. I am new to REST API. Is there any way to have REST wrapper over existing Webservices?
Thanks.
All Replies
-
Wednesday, April 11, 2012 2:00 PM
Hi,
Check below Rest Article
http://www.codeproject.com/Articles/21258/Everything-about-REST-web-services-what-and-how-Pa
Regards
-
Monday, April 16, 2012 12:05 AMModeratorASMX web services are a legacy technology that should not be used for new development. The lack of good support for REST is one of many practical reasons not to use it.
John Saunders
WCF is Web Services. They are not two separate things.
Use WCF for All New Web Service Development, instead of legacy ASMX or obsolete WSE
Use File->New Project to create Web Service Projects -
Monday, April 16, 2012 8:22 AM
Hello,
Check out the links below. IT will help you.
http://stackoverflow.com/questions/1468492/to-consume-a-restful-web-service-in-c-should-i-use-httpwebrequest
http://www.codeproject.com/Articles/112470/Developing-a-REST-Web-Service-using-C-A-walkthroug

