Chapter 4. REST and JSON Support in BizTalk Server 2013
Computers make excellent and efficient servants, but I have no wish to serve under them
--Spock, Star Trek
Representable State Transfer (REST) is an architectural style for developing software services, based on the HTTP transport protocol. The first edition of this book did not go into great detail on REST, however, in this edition, we will cover the fundamentals of REST-based services and the BizTalk WCF-WebHttp adapter.
REST's popularity is mainly due to its familiarity among those who perform website development. It allows a developer to consume a web service in the client's browser using languages such as Ajax or jQuery instead of processing the request server side.
Also with the rise of smart devices, such as mobile phones and tablets, which favor lightweight messages, REST services have gained momentum.
Most cloud-based services now offer REST APIs to use their services.
In this chapter, you will learn:
- Why REST services are gaining preference over SOAP-based services
- What URL resources are and how best to structure them
- Different techniques of versioning a REST-based service
- How to publish and consume REST-based services using the WCF-WebHttp adapter, and how to handle XML- and JSON-formatted messages
- The Modern C++ Challenge
- 簡(jiǎn)單高效LATEX
- Production Ready OpenStack:Recipes for Successful Environments
- Neo4j Essentials
- React.js Essentials
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- 精通Scrapy網(wǎng)絡(luò)爬蟲(chóng)
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- INSTANT Django 1.5 Application Development Starter
- Java Fundamentals
- Learning AWS
- Julia 1.0 Programming Complete Reference Guide
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)(Windows 7+Office 2010)(IC3)
- Java程序設(shè)計(jì)教程
- Mastering ASP.NET Web API