Programming Web Services with SOAP and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
Programming Web  Services with SOAP
 
 
Start reading Programming Web Services with SOAP on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming Web Services with SOAP [Paperback]

James Snell , Doug Tidwell , Pavel Kulchenko
2.5 out of 5 stars  See all reviews (4 customer reviews)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, May 31? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.58  
Paperback £22.94  
Trade In this Item for up to £0.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Programming Web Services with SOAP for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Programming Web  Services with SOAP + Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL + Developing Enterprise Web Services: An Architects Guide (Hewlett-Packard Professional Books)
Price For All Three: £82.47

Show availability and delivery details

Buy the selected items together


Product details

  • Paperback: 264 pages
  • Publisher: O'Reilly Media; 1 edition (27 Dec 2001)
  • Language English
  • ISBN-10: 0596000952
  • ISBN-13: 978-0596000950
  • Product Dimensions: 23.3 x 17.9 x 1.7 cm
  • Average Customer Review: 2.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 339,295 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

James Snell
Discover books, learn about writers, and more.

Visit Amazon's James Snell Page

Product Description

Amazon.co.uk Review

Programming Web Services with SOAP shows how to build distributed applications using XML Web services. The authors explain what SOAP is, and how it is implemented in Java with Apache SOAP, in Perl with SOAP::Lite, and on Microsoft's.NET Framework. They also present a snapshot of what is happening with Web services, with shrewd comments about standards, implementations and industry battlegrounds. The book is realistic about areas of weakness in the SOAP specification, highlighting problem areas such as incompatibilities and lack of security standards. James Snell and Doug Tidwell work on SOAP and related technologies at IBM, while Pavel Kulchenko is the author of SOAP::Lite, so this is a particularly well-informed team. Perhaps inevitably, they cover Java and Perl implementations in more detail than .Net, which means this may not be the best title for developers intending to work primarily with Microsoft's platform.

The early chapters offer an introductory overview, describing the SOAP specification and giving simple examples in Perl, Java and .Net. Next comes a more complex example, using a Perl server and an Apache SOAP client. There is a chapter on describing Web services with WSDL, and another on discovering Web services with the UDDI registry or the more recent WS-Inspection language. The authors then give a real-world example, explaining the CodeShare Service Network, an open source project for sharing code. Finally, there is a look at security and a peek into the future of SOAP. In the end SOAP is software plumbing, as the authors readily admit, and makes a rather dry topic. Even so, it is an essential part of Web development today and this short, clear presentation does a great job of showing how to put it to work. --Tim Anderson

Product Description

The web services architecture provides a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple Open Access Protocol (SOAP) is a specification that details how to encode that information and has become the messaging protocol of choice for Web services.

Programming Web Services with SOAP is a detailed guide to using SOAP and other leading web services standards--WSDL (Web Service Description Language), and UDDI (Universal Description, Discovery, and Integration protocol). You'll learn the concepts of the web services architecture and get practical advice on building and deploying web services in the enterprise.

This authoritative book decodes the standards, explaining the concepts and implementation in a clear, concise style. You'll also learn about the major toolkits for building and deploying web services. Examples in Java, Perl, C#, and Visual Basic illustrate the principles. Significant applications developed using Java and Perl on the Apache Tomcat web platform address real issues such as security, debugging, and interoperability.

Covered topic areas include:

  • The Web Services Architecture
  • SOAP envelopes, headers, and encodings
  • WSDL and UDDI
  • Writing web services with Apache SOAP and Java
  • Writing web services with Perl's SOAP::Lite
  • Peer-to-peer (P2P) web services
  • Enterprise issues such as authentication, security, and identity
  • Up-and-coming standards projects for web services

Programming Web Services with SOAP provides you with all the information on the standards, protocols, and toolkits you'll need to integrate information services with SOAP. You'll find a solid core of information that will help you develop individual Web services or discover new ways to integrate core business processes across an enterprise.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(4)
(4)
(2)
(2)
(1)
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
11 of 12 people found the following review helpful
Too many errors 8 Oct 2002
Format:Paperback
I have just spent about a week trying to get the "Hello, world" examples to work. Three problems:
1) The examples are full of errors. If you buy this book, check the "errata" page for the book on O'Reilly's web site before you try to test the examples.
2) There is very little explanation of how the examples are supposed to work. Therefore, if they don't work "off the shelf" - and they don't - then it makes it quite hard to get them running.
3) There isn't enough background (from my point of view, anyway) on the underlying technologies and how they interract to deliver SOAP, e.g. Web Servers, CGI, HTTP daemon, Perl, VBScript etc.

I am an experienced C++ programmer, but I am new to Web programming. If you are more familiar than me with Apache, IIS, CGI, Perl, VBS etc, OR if you are more of a manager type looking for an overview of the technology without wanting to get into the nitty-gritty of the examples, then perhaps your mileage with this book will differ from mine.

But I really can't recommend it.

Comment | 
Was this review helpful to you?
3 of 3 people found the following review helpful
Woefully out of date 22 Aug 2006
Format:Paperback
Unsurprisingly, this book has become out of date as Web Services technology has advanced. As such, the majority of discussion on WS platforms are misleading.
Comment | 
Was this review helpful to you?
7 of 10 people found the following review helpful
By A Customer
Format:Paperback
This book covers relatively uninteresting technology, but it is well illustrated and clear within it's scope.

I guess what I missed is what I find most confusing: the overlap of J2EE and web services, and up to date deployment details. There's no information on invoking EJB session bean methods for example. The Apache Axis implementation coverage is necessarily sparse, and I guess implementation/deployment details for most platforms will change frequently. Coming from a Java background, I really appreciated the language neutral tone of the book. If ever there was a book designed for frequent web updates (I read it on Safari), it's this one.

Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges