Special Edition Using SOAP (Paperback)

John Paul Mueller

  • 出版商: QUE
  • 出版日期: 2001-09-22
  • 售價: $1,990
  • 貴賓價: 9.5$1,891
  • 語言: 英文
  • 頁數: 448
  • 裝訂: Paperback
  • ISBN: 0789725665
  • ISBN-13: 9780789725660
  • 相關分類: SOA
  • 已絕版

買這商品的人也買了...

商品描述

This book will introduce the reader to SOAP and serve as a comprehensive reference to both experienced and new developers in the area. Only one other book completely dedicated to SOAP is currently on the market, and it has strong sales because no other information is available. SE Using SOAP will capture more readers than the competition because it provides real-world examples and troubleshooting with complete data conversion information. The emphasis will be on getting started fast instead of reading through white paper-style theory in hopes of finding applicable information. By reading this book and working through the examples, the reader will be well versed in SOAP and its applications immediately. SE Using SOAP includes difficult to find information on how SOAP works with different languages and protocols including Visual Basic.NET, Visual Basic 6, C#, XML, HTTP, SDL, DISCO, COM, SQL Server, plus much more. Also covers how to work with PDAs, an ever-growing need in the data transfer market.

Table of Contents

Introduction.

What's in this Book.
Intended Audience.
What You'll Need.
Equipment and Conventions Used.


1. Overview of SOAP.

What is SOAP?
How SOAP Differs from DCOM and CORBA.
SOAP, HTTP, and XML.
Problems Solved Using SOAP.
Performance Issues with SOAP.
SOAP and the Web Server.
Why Make the Move to SOAP?


2. SOAP in Theory.

Dissecting the SOAP Message.
Using SOAP with Current Code.
Discovering SOAP Services (DISCO, WSDL, UDDI).
Putting Everything Together.
Using SOAP to Move Data.
Understanding SOAP Attachments.


3. Security Issues for SOAP.

Understanding SOAP Privacy and Security Issues.
Security Standards You Should Know About.
User Identification Issues.
Where Do You Go from Here?


4. Using SOAP to Create a Simple Application.

Overview of Microsoft's SOAP Toolkit.
Overview of Application.
Shortcuts for Creating SOAP Applications.
Understanding Namespaces, the Short Version.
Creating the Server Side Code.
Creating the Client Code.
Testing the SOAP application.
Handling SOAP errors.
Performance Concerns for All Applications.


5. Migrating an App. from DCOM to SOAP.

SOAP Application Conversion Prerequisites.
Overview of the Conversion Process.
Deciding Which Appl Modules to Change.
Avoiding Protocol Problems in Modified Apps.
Integrating New Modules with Existing Application Elements.
Implementing SOAP with COM Language Binding.
Productivity Tips.
Updating a Simple Utility Program.
Updating a Data Viewer.
Updating a Complete Database Application.
Modified Application Concerns: Reliability, Security, Performance.
Troubleshooting.