Web Services Essentials (Student)

個数:

Web Services Essentials (Student)

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

Full Description

As a developer new to Web Services, how do you make sense of this emerging framework so you can start writing your own services? This text offers programmers both an introduction and a reference to XML Web services, first by explaining the foundations of these distributed services, and then by demonstrating quick ways to create services with open-source Java tools. Web Services make it possible for diverse applications to discover each other and exchange data seamlessly via the Internet. For instance, programs written in Java and running on Solaris can find and call code written in C# that run on Windows XP, or programs written in Perl that run on Linux, without any concern about the details of how that service is implemented. A common set of Web Services is at the core of Microsoft's new .NET strategy, Sun Microsystems's Sun One Platform, and the W3C's XML Protocol Activity Group. In this book, author Ethan Cerami explores four key emerging technologies: XML Remote Procedure Calls (XML-RPC); SOAP - the foundation for most commercial Web services development; Universal Discovery Description and Integration (UDDI); and Web services description language (WSDL).
For each of these topics, the book offers a quick overview, Java tutorials with sample code, samples of the XML documents underlying the service, and explanations of freely-available Java APIs. Cerami also includes a guide to the state of Web Services, pointers to open-source tools and a comprehensive glossary of terms.

Contents

Preface Part I. Introduction to Web Services 1. Introduction Introduction to Web Services Web Service Architecture XML Messaging Service Description: WSDL Service Discovery: UDDI Service Transport Security Considerations All Together Now Standards and Coherence Part II. XML-RPC 2. XML-RPC Essentials XML-RPC Overview Why XML-RPC? XML-RPC Technical Overview Developing with XML-RPC Beyond Simple Calls Part III. SOAP 3. SOAP Essentials SOAP 101 The SOAP Message SOAP Encoding SOAP via HTTP SOAP and the W3C SOAP Implementations 4. Apache SOAP Quick Start Installing Apache SOAP Hello, SOAP! Deploying SOAP Services The TcpTunnelGui Tool Web Resources 5. Programming Apache SOAP Working with Arrays Working with JavaBeans Working with Literal XML Documents Handling SOAP Faults Maintaining Session State Part IV. WSDL 6. WSDL Essentials The WSDL Specification Basic WSDL Example: HelloService.wsdl WSDL Invocation Tools, Part I Basic WSDL Example: XMethods eBay Price Watcher Service WSDL Invocation Tools, Part II Automatically Generating WSDL Files XML Schema Data Typing Part V. UDDI 7. UDDI Essentials Introduction to UDDI Why UDDI? UDDI Technical Overview UDDI Data Model Searching UDDI Publishing to UDDI UDDI Implementations Web Resources 8. UDDI Inquiry API: Quick Reference The UDDI Inquiry API 9. UDDI 4J Getting Started Finding and Retrieving UDDI Data Publishing UDDI Data UDDI4J Quick Reference API Glossary Index