or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
24 used & new from £9.99

Have one to sell? Sell yours here
 
   
Programming Web  Services with SOAP
 
 

Programming Web Services with SOAP (Paperback)

by James Snell (Author), Doug Tidwell (Author), Pavel Kulchenko (Author)
2.5 out of 5 stars  See all reviews (4 customer reviews)
RRP: £26.99
Price: £13.62 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £13.37 (50%)
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 2 left in stock--order soon (more on the way).

Want guaranteed delivery by Friday, November 13? Choose Express delivery at checkout. See Details
14 new from £11.88 10 used from £9.99

Frequently Bought Together

Programming Web  Services with SOAP + Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL + Programming Web Services with XML-RPC
Price For All Three: £54.05

Show availability and shipping details


Customers Who Bought This Item Also Bought

Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

by Ethan Cerami
3.0 out of 5 stars (2)  £17.49
Programming Web Services with XML-RPC

Programming Web Services with XML-RPC

by Joe Johnston
5.0 out of 5 stars (2)  £22.94
Learning XML

Learning XML

by Erik Ray
3.0 out of 5 stars (2)  £18.32
Java Web Services

Java Web Services

by David Chappell
3.3 out of 5 stars (3)  £23.49
Java and SOAP

Java and SOAP

by Robert Englander
£29.33
Explore similar items

Product details

  • Paperback: 264 pages
  • Publisher: O'Reilly Media, Inc.; 1 edition (20 Dec 2001)
  • Language English
  • ISBN-10: 0596000952
  • ISBN-13: 978-0596000950
  • Product Dimensions: 23.2 x 17.8 x 1.6 cm
  • Average Customer Review: 2.5 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 288,906 in Books (See Bestsellers in Books)

    Popular in these categories:

    #7 in  Books > Computing & Internet > Programming > Languages > XML > SOAP
    #29 in  Books > Computing & Internet > Programming > Languages > XML > Web Services
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Moisturizing Dove Burst opens new browser window
www.Dove.us/Moisture  -  New Dove Go Fresh Burst Body Wash, Uplifting Sensation For Your Skin! 
   Web Programming opens new browser window
www.1designdevelopment.com  -  Pro Web and Database Programming PHP, JavaScript, SQL. Free Quote. 
   C++ Web Services opens new browser window
www.RogueWave.com  -  Guide to Creating C++ Services Free Technical White Paper 
  
 

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 offers 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. This is a detailed guide to using SOAP and other Web services standards - WSDL (Web Service Description Language), and UDDI (Universal Description, Discovery, and Integration protocol). It covers the concepts of the Web services architecture and offers practical advice on building and deploying Web services in the enterprise. It 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.

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)
 
xml
web programming
web services
linux

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

4 Reviews
5 star:    (0)
4 star:
 (1)
3 star:
 (1)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
2.5 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
10 of 11 people found the following review helpful:
2.0 out of 5 stars Too many errors, 8 Oct 2002
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
1.0 out of 5 stars Woefully out of date, 22 Aug 2006
By Steven Morrison (Edinburgh, Scotland) - See all my reviews
(REAL NAME)   
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 10 people found the following review helpful:
4.0 out of 5 stars nicely written and illustrated introduction to SOAP/WSDL, 15 Feb 2002
By A Customer
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 Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Not a Holy Grail, but still worthy
This book gives some in depth examples in a selection of languages and environments.

For those unfamiliar with web services in general, I would reccomend O'Reilly's "Web... Read more

Published on 24 Sep 2002

Only search this product's reviews



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
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.