Rest, SOAP/WS-* And WCF Overview

Source: Internet
Author: User
Rest vs. WS-* (SOAP) is mentioned in many places. Today, Google has summarized some ideas, which is a link for fast query: David Chappell:CTRL + click the link below "> http://www.davidchappell.com/blog/2007/06/rest-vs-ws-war-is-over-if-you-want-it.html a restful approach is a natural for data-oriented applications that focus on create/read/update/delete scenarios. lots and lots of apps fit this model, especially on the public internet. A solution based on WS-* makes more sense for service/method-oriented applications, especially those that need mor E advanced behaviors such as transactions and more-than-basic security. (doubt this last point? Look up "security" in the index of the Richard/Ruby book: Exactly one page number is listed .) IBM guys 'Research:
CTRL + click the following link "> http://www.infoq.com/news/2008/05/rest-vs-ws-staruse restful services for tactical, ad hoc integration over the web (à la mashup) and to prefer WS-* Web Services in professional enterprise application integration scenarios with a longer lifespan and advanced QoS requirements. WCF provides same programming model for rest and WS -*Http://msdn.microsoft.com/en-us/netframework/dd547389.aspx

Introduced as part of. net Framework 3.0, WCF enables developers to build services leveraging their present. NET framework development skills. WCF combines and extends the capabilities of Microsoft's existing distributed systems technologies, including enterprise services, net peer ,. net remoting, COM +, MSMQ, and asmx to deliver a uniied development experience.

With. net Framework 3.5 release, WCF added support for building REST style services. rest, an unsupported tural style for building distributed hypermedia driven applications, involves building resource-oriented services by defining resources that implement uniform interfaces using standard HTTP verbs (get, post, put, and delete ), and that can be located/identified by a URI.

 

 

Http://www.infoq.com/articles/rest-introduction A Brief Introduction to soap/WS-* (making sense of all these crazy Web Service Standards)Http://www.infoq.com/articles/ws-standards-wcf-bustamanteA brief introduction to resthttp: // www.infoq.com/articles/rest-introduction

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.