REST and WCF connection

后端 未结 6 1009
执笔经年
执笔经年 2021-02-06 15:33

I am specifically looking for an example which use a) WCF & REST. After a long googling, though I got some but they are beyond my understanding.

Could some one pleas

6条回答
  •  不思量自难忘°
    2021-02-06 16:06

    You can create an WCF REST web service by configuring your endpoint to use a webHttpBinding as seen in this in-depth tutorial:

    http://www.west-wind.com/weblog/posts/310747.aspx

    Here is another open source web services framework that simplifies creating XML and JSON REST web services without requiring any extra configuration.

    Edit: Added link to good article articulating the spirit of REST:

    http://tomayko.com/writings/rest-to-my-wife

    Link to blog post comment explaining common misconceptions of REST:

    http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven

提交回复
热议问题