Produktbild: Java and Soap

Java and Soap Building Web Services in Java

Fr. 69.90

inkl. gesetzl. MwSt., Versandkostenfrei


Beschreibung

Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

25.06.2002

Abbildungen

w. figs.

Verlag

O'Reilly Media

Seitenzahl

276

Maße (L/B/H)

23.6/17.9/2.7 cm

Gewicht

453 g

Sprache

Englisch

ISBN

978-0-596-00175-9

Beschreibung

Produktdetails

Einband

Taschenbuch

Erscheinungsdatum

25.06.2002

Abbildungen

w. figs.

Verlag

O'Reilly Media

Seitenzahl

276

Maße (L/B/H)

23.6/17.9/2.7 cm

Gewicht

453 g

Sprache

Englisch

ISBN

978-0-596-00175-9

Herstelleradresse

Libri GmbH
Europaallee 1
36244 Bad Hersfeld
DE

Email: GPSR Kontakt

Noch keine Bewertungen vorhanden

Verfassen Sie die erste Bewertung zu diesem Artikel

Helfen Sie anderen Kundinnen und Kunden durch Ihre Meinung.

Kundinnen und Kunden meinen

Bewertungen (0)

  • Produktbild: Java and Soap
  • Dedication;
    Preface;
    Intended Audience;
    A Moment in Time;
    How This Book Is Organized;
    Conventions Used in This Book;
    How to Contact Us;
    Retrieving Examples Online;
    Acknowledgments;
    Chapter 1: Introduction;
    1.1 RPC and Message-Oriented Distributed Systems;
    1.2 Self-Describing Data;
    1.3 XML;
    1.4 API Specs Versus Wire-Level Specs;
    1.5 Overview of SOAP;
    1.6 SOAP Implementations;
    1.7 The Approach;
    1.8 Getting Started;
    Chapter 2: The SOAP Message;
    2.1 The HTTP Binding;
    2.2 HTTP Request;
    2.3 HTTP Response;
    2.4 The SOAP Envelope;
    2.5 The Envelope Element;
    2.6 The Header Element;
    2.7 The actor Attribute;
    2.8 The mustUnderstand Attribute;
    2.9 The encodingStyle Attribute;
    2.10 Envelope Versioning;
    2.11 The Body Element;
    2.12 SOAP Faults;
    Chapter 3: SOAP Data Encoding;
    3.1 Schemas and Namespaces;
    3.2 Serialization Rules;
    3.3 Indicating Type;
    3.4 Default Values;
    3.5 The SOAP Root Attribute;
    Chapter 4: RPC-Style Services;
    4.1 SOAP RPC Elements;
    4.2 A Simple Service;
    4.3 Deploying the Service;
    4.4 Writing Service Clients;
    4.5 Deploying with Request-Level Scope;
    4.6 Deploying with Session-Level Scope;
    4.7 Passing Parameters;
    Chapter 5: Working with Complex Data Types;
    5.1 Passing Arrays as Parameters;
    5.2 Returning Arrays;
    5.3 Passing Custom Types as Parameters;
    5.4 Returning Custom Types;
    Chapter 6: Custom Serialization;
    6.1 Custom Type Encoding;
    Chapter 7: Faults and Exceptions;
    7.1 Throwing Server-Side Exceptions in Apache SOAP;
    7.2 Creating a Fault Listener in Apache SOAP;
    7.3 Throwing and Catching Exceptions in GLUE;
    Chapter 8: Alternative Techniques;
    8.1 SOAP Messaging;
    8.2 Literal Encoding;
    Chapter 9: SOAP Interoperability and WSDL;
    9.1 Web Services Definition Language;
    9.2 Calling a GLUE Service from an ApacheSOAP Client;
    9.3 A Proxy Service Using Apache SOAP;
    9.4 Calling an Apache SOAP Service from a GLUE Client;
    9.5 Accessing .NET Services;
    9.6 Writing an Apache Axis Client;
    Chapter 10: SOAP Headers;
    10.1 Apache SOAP Providers and Routers;
    10.2 Replacing the Provider and Router Classes;
    10.3 An Apache SOAP Service That Handles SOAP Headers;
    Chapter 11: JAX-RPC and JAXM;
    11.1 JAX-RPC;
    11.2 Working Without Ant;
    11.3 Creating a JAX-RPC Service;
    11.4 Creating a JAX-RPC Client;
    11.5 Generating Stubs from WSDL;
    11.6 Dynamic Invocation Interface;
    11.7 JAXM, in Less Than a Nutshell;
    11.8 What Next?;
    Colophon;