Programming Web Services with SOAP

個数:

Programming Web Services with SOAP

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 245 p.
  • 言語 ENG
  • 商品コード 9780596000950
  • DDC分類 005.711

Full Description

The Web services architecture offers a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple Open Access Protocol (SOAP) is a specification that details how to encode that information and has become the messaging protocol of choice for Web services. This is a detailed guide to using SOAP and other Web services standards - WSDL (Web Service Description Language), and UDDI (Universal Description, Discovery, and Integration protocol). It covers the concepts of the Web services architecture and offers practical advice on building and deploying Web services in the enterprise. It decodes the standards, explaining the concepts and implementation in a clear, concise style. You'll also learn about the major toolkits for building and deploying Web services. Examples in Java, Perl, C#, and Visual Basic illustrate the principles.
Significant applications developed using Java and Perl on the Apache Tomcat Web platform address real issues such as security, debugging, and interoperability.

Contents

Preface 1. Introducing Web Services What Is a Web Service? Web Service Fundamentals The Web Service Technology Stack Application The Peer Services Model 2. Introducing SOAP SOAP and XML SOAP Messages SOAP Faults The SOAP Message Exchange Model Using SOAP for RPC-Style Web Services SOAP's Data Encoding SOAP Data Types SOAP Transports 3. Writing SOAP Web Services Web Services Anatomy 101 Creating Web Services in Perl with SOAP::Lite Creating Web Services in Java with Apache SOAP Creating Web Services In .NET Interoperability Issues 4. The Publisher Web Service Overview The Publisher Operations The Publisher Server The Java Shell Client 5. Describing a SOAP Service Describing Web Services Anatomy of a Service Description Defining Data Types and Structures with XML Schemas Describing the Web Service Interface Describing the Web Service Implementation Understanding Messaging Patterns 6. Discovering SOAP Services The UDDI Registry The UDDI Interfaces Using UDDI to Publish Services Using UDDI to Locate Services Generating UDDI from WSDL Using UDDI and WSDL Together The Web Service Inspection Language (WS-Inspection) 7. Web Services in Action The CodeShare Service Network The Code Share Index Web Services Security Definitions and Descriptions Implementing the CodeShare Server Implementing the CodeShare Owner Implementing the CodeShare Client Seeing It in Action What's Missing from This Picture? Developing CodeShare 8. Web Services Security What Is a "Secure" Web Service? Microsoft Passport, Version 1.x and 2.x Microsoft Passport, Version 3.x Give Me Liberty or Give Me - A Magic Carpet The Need for Standards XML Digital Signatures and Encryption 9. The Future of Web Services The Future of Web Development The Future of SOAP The Future of WSDL The Future of UDDI Web Services Battlegrounds Technologies Web Services Rollout A. Web Service Standardization B. XML Schema Basics C. Code Listings Index