Bültmann & Gerriets
Java and Soap
Building Web Services in Java
von Robert Englander
Verlag: O'Reilly Media
Hardcover
ISBN: 978-0-596-00175-9
Erschienen am 25.06.2002
Sprache: Englisch
Format: 236 mm [H] x 179 mm [B] x 27 mm [T]
Gewicht: 453 Gramm
Umfang: 276 Seiten

Preis: 45,00 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 3. November in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

45,00 €
merken
zum E-Book (PDF) 34,99 €
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Biografische Anmerkung
Inhaltsverzeichnis
Klappentext

Robert Englander is Principal Engineer and President of MindStream Software, Inc. (www.mindstrm.com). He provides consulting services in software architecture, design, and development, as well as developing frameworks for use on client projects. His focus is in the areas of component architectures and distributed systems. Rob has built software in Java and C++ for clients ranging from small shops to large organizations. He has spoken at industry conferences, written articles for magazines and journals, and is the author of the OReilly book Developing Java Beans.



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;



Java and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE. In addition to covering the basics such as the structure of a SOAP message, SOAP encoding, and building simple services using RPC and messaging, Java and SOAP covers many topics that are essential to real-world development. Although SOAP has native support for an impressive number of object types, the nature of modern programming means that whatever SOAP gives you is not enough. When do you need to add support for your own object types, and how do you do it? How do you handle errors, and how do you add your own information to Fault messages? How do you handle attachments? In an ideal world, you could live entirely within Java, and ignore the SOAP messages being send back and forth: you'd be able to write Java code and let the SOAP APIs work behind the scenes. However, we're not yet in that ideal world, and won't be for some time. Therefore, Java and SOAP pays particular attention to how SOAP messages are encoded. It doesn't just explain the document types, but shows how the documents are used in practice as they are generated by the different APIs. If you ever have to debug interoperability problems, you'll find that this information is indispensable. We've always found that the best software is written by people who understand what's happening under the hood. SOAP is no different. Let's say you need to write a custom serializer to create a SOAP representation of a structure. How do you know that your encoding is efficient? There's one definitive answer: look at the SOAP documents it produces! Java and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, message routing, and a preview of the forthcoming AXIS APIs and server. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going.


andere Formate