Thursday, September 29, 2011

Calling a RESTful Service Using Fiddler


Creating RESTful Services Using WCF


https://docs.google.com/document/pub?id=1T4oQneluGK-6y_-v5_hO5sxw-RenSXgtqUfYve11bdA
http://channel9.msdn.com/blogs/pdc2008/tl35 - WCF: Developing RESTful Services


Create a Console App, add references for : 
System.ServiceModel, 
System.Runtime.Serialization, 
System.ServiceModel.Web
                                                             and hit F5 in Visual Studio. 




System.ServiceModel.Web - if there is reference problem : 

In "project properties" make sure your "target framework" is set to : .NET Framework 4
and not: .NET Framework 4 Client Profile, or any lower .NET version.






FIDDLER , Request Builder , Execute : 
POST         http://127.0.0.1:8000/customers         HTTP/1.1





























a) GET & POST  : 

b) C# console : 

c) SQL Server +  Android client : 


APPLICATION POOL : 



http://dotnetninja.wordpress.com/2008/05/02/rest-service-with-wcf-and-json/
http://www.dotnetspark.com/kb/1373-step-by-step-tutorial-rest-enabled-service.aspx


Web.Config : 





REST Based WCF Service in ASP.NET 3.5


No comments:

Post a Comment