SOAP: Cross Platform Internet Development Using XML (Paperback)

Scott Seely, Kent Sharkey

  • 出版商: Prentice Hall
  • 出版日期: 2001-08-17
  • 售價: $1,640
  • 貴賓價: 9.5$1,558
  • 語言: 英文
  • 頁數: 416
  • 裝訂: Paperback
  • ISBN: 0130907634
  • ISBN-13: 9780130907639
  • 相關分類: SOAXML
  • 已過版

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

商品描述

Leverage the power of SOAP on any platform, with any leading programming language!

  • Integrate your enterprise applications across the Web!
  • The platform-independent guide to SOAP
  • SOAP programming with C++, Perl, C#, Visual Basic, and Java
  • Build an industrial-strength SOAP system from scratch
  • CD-ROM: SOAP for Windows, Linux and Unix, plus extensive source code library!
Technical Reviewers:
Yves LaFon, Chair of the SOAP W3C Committee
John Montgomery, Lead SOAP Developer, Microsoft
Kent Sharkey, .NET Frameworks Technical Evangelist, Microsoft

SOAP is the universal "glue" that can integrate virtually any distributed system, helping enterprises streamline processes and communications across the Internet as never before. SOAP: Cross Platform Web Services Development Using XML is the practical, hands-on introduction to using SOAP on Windows, Linux, and UNIX platforms, using any of five leading programming languages. Discover how SOAP leverages key Internet standards such as XML and HTTP to solve distributed computing problems that DCOM and CORBA can't! Coverage includes:

  • All the XML you need to get started with SOAP
  • SOAP's basic syntax: HTTP headers, SOAP payloads, error handling, data types, encoding structures, and more
  • Extending SOAP to support heterogeneous and legacy environments
  • SOAP programming with C++, C#, Perl, Visual Basic, and Java
  • Comparing today's leading SOAP servers

The last six chapters of this book present a start-to-finish SOAP case study application-from requirements and design through coding.

Whether you're constructing Internet applications, integrating existing applications within or between enterprises, or simply evaluating SOAP, this book contains the insights-and practical examples-you're looking for.

CD-ROM INCLUDED

The accompanying CD-ROM contains complete SOAP implementations for Windows, Linux, and UNIX, plus all source code from the book.

Table of Contents

Foreword.
Acknowledgments.

I. SOAP-EVERYTHING YOU WANT TO KNOW.

1. How We Got to SOAP.

The Abacus. Early Calculators. Programmable Machines. Electronic Computers. Distributed Computing. Summary. Bibliography.


2. XML Overview.

Uniform Resource Indentifiers. XML Basics. XML Schemas. XML Namespaces. XML Attributes. Summary.


3. The Soap Specification.

Things to Know. Rules for Encoding Types in XML. The SOAP Message Exchange Model. Structure of a SOAP Message. Using SOAP in HTTP. Using SOAP for RPC. Summary.


4. Building a Basic SOAP Client and Server.

SOAP Library Design. In Search of One Good Socket Library. SimpleSOAP Library. SOAPNetwork Library. A Simple SOAP Server. A Simple SOAP Client. Summary. Fun Things to Try.

II. RELATED TECHNOLOGIES.


5. Web Services Description Language.

WSDL Overview. Defining a Web Service. SOAP Binding. HTTP GET and POST Binding. MIME Binding. Summary.


6. Universal Description, Discovery, and Integration.

UDDI Basics. Where Does UDDI Fit In? UDDI Information Types. The Programmer's API. Summary.


7. Available SOAP Implementations.

Apache. IdooXoap. Iona. Microsoft. pocketSOAP. RogueWave. SOAP::Lite. White Mesa. Zope. Summary.

III. CASE STUDY: A WEB-BASED ACUTION SYSTEM.


8. Auction System and Requirements.

Background. Executive Summary. Bidder Enrollment and Management. Item Enrollment and Management. The Bidding System. Reporting. Summary.


9. Auction System Design.

Bidder Enrollment and Management. Item Enrollment and Management. The Bidding System. Summary.


10. Bidder Enrollment.

The Java Environment. Setting Up the Java Enviroment. Securing Access to the Web Service. The VB Environment. Summary.


11. Category and Item Management.

General Implementation Rules. Category Management. Item Management. Summary.


12. The Bidding System.

Bidding Pages. Bidding Web Service. Summary.


13. Case Study Summary.

Client Management. Category Management. Item Management. Auction. Summary.


Appendix.
Index.

商品描述(中文翻譯)

利用任何平台和任何主要程式語言,發揮 SOAP 的威力!
- 在網路上整合企業應用程式!
- 關於 SOAP 的跨平台指南
- 使用 C++、Perl、C#、Visual Basic 和 Java 進行 SOAP 程式設計
- 從頭開始建立一個強大的 SOAP 系統
- CD-ROM:包含 Windows、Linux 和 Unix 的 SOAP,以及大量的原始碼庫!

技術審查者:
- Yves LaFon,SOAP W3C 委員會主席
- John Montgomery,主要 SOAP 開發人員,Microsoft
- Kent Sharkey,.NET Frameworks 技術推廣員,Microsoft

SOAP 是一種通用的「黏合劑」,可以整合幾乎任何分散式系統,幫助企業在網際網路上優化流程和通訊。《SOAP: Cross Platform Web Services Development Using XML》是一本實用的、實戰導向的介紹,教你如何在 Windows、Linux 和 UNIX 平台上使用 SOAP,並使用其中五種主要程式語言。了解 SOAP 如何利用 XML 和 HTTP 等關鍵的網際網路標準解決 DCOM 和 CORBA 無法解決的分散式計算問題!內容包括:
- 開始使用 SOAP 所需的所有 XML
- SOAP 的基本語法:HTTP 標頭、SOAP 載荷、錯誤處理、資料類型、編碼結構等
- 擴展 SOAP 以支援異質和遺留環境
- 使用 C++、C#、Perl、Visual Basic 和 Java 進行 SOAP 程式設計
- 比較當今領先的 SOAP 伺服器

本書的最後六章介紹了一個從需求和設計到編碼的完整 SOAP 案例研究應用。

無論你是在構建網際網路應用程式、在企業內部或企業之間整合現有應用程式,還是僅僅評估 SOAP,本書都包含你所尋找的見解和實用範例。

附帶的 CD-ROM 包含 Windows、Linux 和 Unix 的完整 SOAP 實現,以及書中的所有原始碼。

目錄:
- 前言
- 致謝
- 第一部分:SOAP-你想知道的一切
- 第二部分:相關技術
- 第三部分:案例研究:一個...