更新时间:2021-07-16 13:57:04
封面
版权信息
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Chapter 1. Building BizTalk Server 2013 Applications
What is BizTalk Server?
BizTalk architecture
Setting up new BizTalk projects
What are BizTalk schemas?
What are BizTalk maps?
Configuring BizTalk messaging
Working with BizTalk orchestration
Summary
Chapter 2. Windows Communication Foundation Primer
What is WCF?
Defining the contract
Implementing contracts in services
Choosing an endpoint address
The role of service bindings
Hosting services
Consuming WCF services
Chapter 3. Using WCF Services in BizTalk Server 2013
The relationship between BizTalk and WCF
Exposing WCF services from orchestrations
Exposing WCF services from schemas
Consuming WCF services from orchestrations
Consuming WCF services without orchestration
Chapter 4. REST and JSON Support in BizTalk Server 2013
Why REST services
URL deciphering
JSON versus XML
Resource representation
Handling message versioning in REST
Documenting contracts
Security
BizTalk 2013 and REST
Exploring the WCF-WebHttp Adapter
Exposing a RESTful web service using BizTalk
Pipeline to publish a typed message
Receiving XML and JSON messages via the Post method
Consuming a web service
Sending a JSON message to a RESTful service
Hiding the SVC filename extension
Chapter 5. Azure BizTalk Services
What is MABS
The MABS architecture
Setting up new MABS projects
MABS artifacts
Configuring messaging in MABS
Chapter 6. Azure Service Bus
Service Bus types
Queue types
Service Bus Queue characteristics
Retrieving messages off a Queue
Deferring message processing
Topics
Subscriptions
Express Queues/Topics
Partitioned Queues/Topics
Event Hubs
Relay Service
Network transients
Service Bus for Windows Server
Administration tools
Chapter 7. Planning Service-oriented BizTalk Solutions
The core principles of an SOA
Identifying standard message exchange patterns
Types of services
Chapter 8. Schema and Endpoint Patterns
Service-oriented schema patterns
Exploiting the reusable imported schema
Service-oriented endpoint patterns
Chapter 9. Asynchronous Communication Patterns
Why asynchronous communication matters
Using asynchronous services in WCF
Using asynchronous services in BizTalk with WCF
Getting results from asynchronous invocations
Using queues within asynchronous scenarios
Chapter 10. Orchestration Patterns
Why orchestration?
What is MessageBox direct binding?
Using dynamic service ports
Supporting dual initiating message exchange patterns
Chaining orchestrations using business rules
The role of transactions in aggregated services
Building message-type agnostic orchestrations
Chapter 11. Versioning Patterns