Link to home
Start Free TrialLog in
Avatar of Dinesh Kumar
Dinesh KumarFlag for India

asked on

REST Based webservice in asp.net

How can I develop a REST Based webservice (or api) in asp.net . please provide a example.
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

Avatar of Dinesh Kumar

ASKER

I want to get some inputs from merchants like credit card details through a web service which is REST based and not Soap Based. can you give me some example in code.
isn't it good resource i.e http://msdn.microsoft.com/en-us/library/dd203052.aspx? if yes please go through it and try to answer my question.
not getting the answer from anyone.
Avatar of Jesse Houwing
Rest is now fully part of WCF 4.0. There was a Rest toolkit for .NET 3.5, but it never made it to a final version.

A very extensive list of articles on how to build REST services with WCF can be found here:
http://blogs.msdn.com/b/endpoint/archive/2010/01/06/introducing-wcf-webhttp-services-in-net-4.aspx
I also found a link http://www.codeproject.com/KB/webservices/ReSTBasedServiceForCSharp.aspx

but i am not able to update the record here.
That article looks like someone trying to roll their own solution. I'd steer away from that one.
ToAoM what I wanted to do is to get inputs from the service user and I will send them response. Can you filter the information from the link provided by you?  I see the link given by me provides good insights.
In this example URL provided by me at code project I see
There is a webservice in it named RestWebService that is not running in IIS. can anyone help?
ASKER CERTIFIED SOLUTION
Avatar of Dinesh Kumar
Dinesh Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it contains the solution.