Skip to content
Scan a barcode
Scan
Added to your cart
Paperback Java and Soap: Building Web Services in Java Book

ISBN: 0596001754

ISBN13: 9780596001759

Java and SOAP

Select Format

Select Condition ThriftBooks Help Icon

Recommended

Format: Paperback

Condition: Very Good

$7.29
Save $37.70!
List Price $44.99
Almost Gone, Only 1 Left!

You Might Also Enjoy

The Toyota Way
The Toyota Way
Jeffrey K. Liker

from: $7.09

How to Write and Publish Your Own eBook in as Little as 7 Days: How to Write and Publish Your Own Outrageously Profitable eBook in as Little 7 Days Even ... Type and Failed High School English Class!
How to Write and Publish Your Own eBook in as Little as 7 Days: How to Write and Publish Your Own Outrageously Profitable eBook in as Little 7 Days Even ... Type and Failed High School English Class!
Joe Vitale, Jim Edwards

from: $4.29

Facebook For Dummies
Facebook For Dummies
Carolyn Abram, Leah Pearlman

from: $4.29

How to Do Everything with Your Genealogy
How to Do Everything with Your Genealogy
George G. Morgan

from: $5.49

The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
Alan Cooper

from: $4.89

Search Engine Optimization For Dummies
Search Engine Optimization For Dummies
Peter Kent, Peter Kent

from: $4.89

The Filter Bubble: What the Internet is Hiding From You
The Filter Bubble: What the Internet is Hiding From You
Eli Pariser

from: $4.29

Designing and Managing the Supply Chain
Designing and Managing the Supply Chain
David Simchi-Levi

from: $5.09

Head First HTML5 Programming: Building Web Apps with JavaScript
Head First HTML5 Programming: Building Web Apps with JavaScript
Elisabeth Robson, Eric Freeman

from: $5.69

JavaScript Patterns
JavaScript Patterns
Stoyan Stefanov

from: $5.19

MURACH`S JAVASCRIPT JQUERY 3/ED
MURACH`S JAVASCRIPT JQUERY 3/ED
Mary Delamater, Zak Ruvalcaba, Delamater, Mike Murach

from: $5.89

RESTful Web Services
RESTful Web Services
Leonard Richardson, Sam Ruby

from: $5.49

Programming Collective Intelligence: Building Smart Web 2.0 Applications
Programming Collective Intelligence: Building Smart Web 2.0 Applications
Toby Segaran

from: $5.49

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
John MacCormick, John MacCormick

from: $5.09

图灵程序设计丛书•鲜活的数据:数据可视化指南
图灵程序设计丛书•鲜活的数据:数据可视化指南
Nathan Yau

from: $5.19

It's Complicated: The Social Lives of Networked Teens
It's Complicated: The Social Lives of Networked Teens
Danah Boyd

from: $4.69

Secrets of the JavaScript Ninja
Secrets of the JavaScript Ninja
Josip Maras, Bear Bibeault, John Resig

from: $6.49

Humblebrag: The Art of False Modesty
Humblebrag: The Art of False Modesty
Harris Wittels

from: $5.19

Measuring the User Experience: Collecting, Analyzing, and Presenting Usability Metrics (Interactive Technologies) (Interactive Technologies)
Measuring the User Experience: Collecting, Analyzing, and Presenting Usability Metrics (Interactive Technologies) (Interactive Technologies)
William Albert, Thomas Tullis

from: $5.19

To Save Everything, Click Here: The Folly of Technological Solutionism
To Save Everything, Click Here: The Folly of Technological Solutionism
Evgeny Morozov

from: $5.99

Book Overview

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.

Customer Reviews

5 customer ratings | 5 reviews

Rated 5 stars
Excellent Beginner book for using SOAP for Java

With a lot of sample and figure, excellent for new guys on using Java on SOAP. Though printed in 2002 against SOAP 1.1, it's still very helpful.

0Report

Rated 4 stars
Good for newbies....

Overview -SOAP is what makes the Web Services clock go around. In fact, SOAP can easily be used as a stand-alone channel without incurring the overheads of publish-find-and-bind cycle apparent in Web Services. Java's ever growing XML support makes it a language of choice for anyone considering implementing SOAP.Why you should read this book -Whether you are writing a new SOAP service or simply using an existing one, understanding...

0Report

Rated 4 stars
This book helped me out a lot...

If you are a Java developer and are wondering what all the hype is about surrounding web services and SOAP, you owe it to yourself to get this book. Robert Englander doesn't waste time trying to teach you Java first. He dives right in to what SOAP is, what the different related technologies are surrounding SOAP, and explanations on two different implementations of SOAP (Apache SOAP and GLUE). Once the introductions are...

0Report

Rated 5 stars
Excellent introduction to SOAP for Java Developers

This book provides just what an experienced Java developer needs to know to hit the ground running developing Java SOAP clients and/or servers. A very efficient introduction. I highly recommend this book.

0Report

Rated 5 stars
Very good coverage of SOAP with Java

I'm a java programmer and I've started learning Web services. I've already read Building Web services with Java. That book gives a good introduction to SOAP, WSDL and UDDI, but does not cover them in enough details. Java and SOAP coverage of Soap is very extensive. I've found many things that were not covered in Building web services for Java. For exemple, the fact that when you deploy a web service, you can specify the scope...

0Report

Copyright © 2025 Thriftbooks.com Terms of Use | Privacy Policy | Do Not Sell/Share My Personal Information | Cookie Policy | Cookie Preferences | Accessibility Statement
ThriftBooks ® and the ThriftBooks ® logo are registered trademarks of Thrift Books Global, LLC
GoDaddy Verified and Secured