Skip to content

Java and SOAP Building Web Services in Java

Best in textbook rentals since 2012!

ISBN-10: 0596001754

ISBN-13: 9780596001759

Edition: 2002

Authors: Robert Englander

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

"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…    
Customers also bought

Book details

List price: $44.99
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 6/11/2002
Binding: Paperback
Pages: 278
Size: 7.00" wide x 9.19" long x 0.71" tall
Weight: 0.990
Language: English

Preface
Introduction
RPC and Message-Oriented Distributed Systems
Self-Describing Data
XML
API Specs Versus Wire-Level Specs
Overview of SOAP
SOAP Implementations
The Approach
Getting Started
The SOAP Message
The HTTP Binding
HTTP Request
HTTP Response
The SOAP Envelope
The Envelope Element
The Header Element
The actor Attribute
The mustUnderstand Attribute
The encodingStyle Attribute
Envelope Versioning
The Body Element
SOAP Faults
SOAP Data Encoding
Schemas and Namespaces
Serialization Rules
Indicating Type
Default Values
The SOAP Root Attribute
RPC-Style Services
SOAP RPC Elements
A Simple Service
Deploying the Service
Writing Service Clients
Deploying with Request-Level Scope
Deploying with Session-Level Scope
Passing Parameters
Working with Complex Data Types
Passing Arrays as Parameters
Returning Arrays
Passing Custom Types as Parameters
Returning Custom Types
Custom Serialization
Custom Type Encoding
Faults and Exceptions
Throwing Server-Side Exceptions in Apache SOAP
Creating a Fault Listener in Apache SOAP
Throwing and Catching Exceptions in GLUE
Alternative Techniques
SOAP Messaging
Literal Encoding
SOAP Interoperability and WSDL
Web Services Definition Language
Calling a GLUE Service from an Apache SOAP Client
A Proxy Service Using Apache SOAP
Calling an Apache SOAP Service from a GLUE Client
Accessing NET Services
Writing an Apache Axis Client
SOAP Headers
Apache SOAP Providers and Routers
Replacing the Provider and Router Classes
An Apache SOAP Service That Handles SOAP Headers
JAX-RPC and JAXM
JAX-RPC
Working Without Ant
Creating a JAX-RPC Service
Creating a JAX-RPC Client
Generating Stubs from WSDL
Dynamic Invocation Interface
JAXM, in Less Than a Nutshell
What Next?
Index