Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications.

Over 85 easy recipes for managing communication between applications with Microsoft Windows Communication Foundation 4.0 in this book and eBook.

Saved in:
Bibliographic Details
Online Access: Full text (MCPHS users only)
Main Author: Cheng, Steven
Format: Electronic eBook
Language:English
Published: Birmingham : Packt Pub., 2010
Subjects:
Local Note:ProQuest Ebook Central
Table of Contents:
  • Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications; Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications; Credits; Foreword; About the Author; About the Reviewers; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Errata; Piracy; Questions; 1. Working with Contracts; Introduction; Defining a one-way Contract; How to do it ... ; How it works ... ; There's more ... ; See also; Make DataContract forward-compatible; How to do it ... ; How it works ...
  • There's more ... See also; Generate DataContract from an XML Schema; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Using XMLSerializer to control message serialization; How to do it ... ; How it works ... ; See also; Using MessageContract to control theSOAP message; How to do it ... ; How it works ... ; See also; Adding a custom SoapHeader via Contract; How to do it ... ; How it works ... ; There's more ... ; See also; Return custom exception data through FaultContract; How to do it ... ; How it works ... ; There's more ... ; See also; 2. Endpoint, Binding, and Behavior; Introduction.
  • Configuring Default EndpointsHow to do it ... ; How it works ... ; There's more ... ; See also; Setting up two-way communication over MSMQ; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Building a Publish-Subscribe service with dual binding; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Creating a multiple-endpoint service; How to do it ... ; How it works ... ; See also; Implementing a POX HTTP service; How to do it ... ; How it works ... ; There's more ... ; See also; Defining a CustomBinding without a timestamp header; How to do it ...
  • How it works ... See also; Suppressing mustUnderstand validation on unknown SoapHeaders; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Sharing a physical address between multiple endpoints; How to do it ... ; How it works ... ; There's more ... ; See also; 3. Hosting and Configuration; Introduction; Hosting a service in a console application; How to do it ... ; How it works ... ; See also; Hosting a service in Windows Service; How to do it ... ; How it works ... ; See also; Hosting a HTTP service with ASP.NET-compatible context; How to do it ... ; How it works ... ; There's more ...
  • See alsoHosting a non-HTTP service in IIS 7; How to do it ... ; How it works ... ; See also; Customizing IIS ServiceHost via ServiceHostFactory; How to do it ... ; How it works ... ; See also; Specifying a dedicated service instance for a singleton service; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Hosting a service in WSS 3.0; How to do it ... ; How it works ... ; See also; 4. Service Discovery and Proxy Generation; Introduction; Creating a typed service client; How to do it ... ; How it works ... ; See also; Choosing a specific type for representing a collection parameter.