How to consume .Net 4.0 REST WCF services?
I a开发者_C百科m having an ASP.NET 4 Web application. How can i consume a .Net 4.0 REST WCF service in this asp.net application.
Do i need to create proxyclass like for web services for REST too or is there some other way?
Please help. Thanks in advance.
this may help you : Create REST service with WCF and Consume using jQuery
Create, Host(Self Hosting, IIS hosting) and Consume WCF servcie
精彩评论