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

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

Programming Web Services with Perl (Paperback)

by Randy Ray (Author), Pavel Kulchenko (Author)
2.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £30.99
Price: £26.34 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.65 (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).

18 new from £20.85 10 used from £17.00

Frequently Bought Together

Customers buy this book with Programming Web Services with SOAP by James Snell

Programming Web Services with Perl + Programming Web  Services with SOAP
Price For Both: £39.96

Show availability and shipping details


Customers Who Bought This Item Also Bought

Programming Web  Services with SOAP

Programming Web Services with SOAP

by James Snell
2.5 out of 5 stars (4)  £13.62
Perl and XML

Perl and XML

by Erik Ray
4.0 out of 5 stars (1)  £26.34
Programming the Perl DBI: Database programming with Perl

Programming the Perl DBI: Database programming with Perl

by Tim Bunce
3.5 out of 5 stars (4)  £16.04
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
Perl Best Practices

Perl Best Practices

by Damian Conway
5.0 out of 5 stars (4)  £19.07
Explore similar items

Product details

  • Paperback: 496 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (19 Dec 2002)
  • Language English
  • ISBN-10: 0596002068
  • ISBN-13: 978-0596002060
  • Product Dimensions: 23 x 17.4 x 2.6 cm
  • Average Customer Review: 2.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 447,862 in Books (See Bestsellers in Books)

    Popular in these categories:

    #41 in  Books > Computing & Internet > Programming > Languages > XML > Web Services
    #50 in  Books > Computing & Internet > Programming > Languages > Perl
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   C++ Web Services opens new browser window
www.RogueWave.com  -  Guide to Creating C++ Services Free Technical White Paper 
   Freelance Web Programmers opens new browser window
www.peopleperhour.com/programming  -  1000s of rated web programmers on PeoplePerHour.com Get free quotes 
   Web Programming Courses opens new browser window
www.seeklearning.co.uk  -  Recommended Web Programming courses to match your IT career. 
  
 

Product Description

Review

"Although the book is aimed at Perl programmers interested in Web Serices, some of the protocols are described clearly enough that the book may also be useful for programmers in other languages, such as PHP or C/C++. If you are such a Perl programmer then this book is "Highly Recommended", indeed, almost essential." - Tim Pushman, CVu, June


Product Description

This volume is written for Perl programmers who have no prior knowledge of Web services. No understanding of XML-RPC or SOAP is necessary to be able to apply these technologies easily, through the use of publicly available Perl modules detailed in the book. Given Perl's natural fit for Web applications development, Perl is also a natural choice for Web services development. It's the most popular Web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using Web services. This book aims to change that, bringing Perl users all the information they need to create Web services using Perl. The book concentrates on what is useful and practical. It introduces the major Web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards. You'll find detailed references on both the XML and SOAP toolkits, and learn when to use one technology in favour of the other. The book is rich with programming examples that you'll find useful well past the learning stage. And, moving beyond the basics, the book offers solutions to problems of security, authentication, and scalability. Some of the topics covered in the book are: HTTP and XML basics; XML-RPC and the toolkits; SOAP and toolkitsp; SOAP::Lite; using SOAP with SMTP and other protocols; advertising and the REST methodology; and the future of Web services.

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)
 
perl

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Programming Web Services with Perl
98% buy the item featured on this page:
Programming Web Services with Perl 2.0 out of 5 stars (2)
£26.34
Programming Web  Services with SOAP
2% buy
Programming Web Services with SOAP 2.5 out of 5 stars (4)
£13.62

 

Customer Reviews

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

 
4 of 4 people found the following review helpful:
2.0 out of 5 stars Disappointing, 24 Jul 2006
By Andrew G. Walsh (Germany) - See all my reviews
(REAL NAME)   
I agree with the last reviewer's comments about too much time being spent discussing how clever the interface is. I would much prefer that they presented a toolkit whose interface was straightforward. I don't care if there are multiple, clever ways to do the same thing. It just makes the learning process that much more difficult. Because most of the SOAP-related Perl code they show is using SOAP::Lite, the book has to be judged considering the quality of that module and its documentation. With every previous Perl module I've downloaded from CPAN it has been possible to put something together relatively quickly based on the code provide in the SYNOPSIS section. This was not true with SOAP::Lite. I bought this book expecting it to make up for the poor documentation provided in the PODs for the SOAP::Lite package, but I found it did not help much. Disappointing.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
12 of 16 people found the following review helpful:
2.0 out of 5 stars superficial explanation of developing Perl clients, 13 Sep 2003
By A Customer
This book gets off to a good start with a background explanation of SOAP, but then when they get to a description of writing a Perl client, which must be the most common reason for buying the book, it all goes wrong.
There is just one chapter on writing a Perl client.
There are a few short examples, that suffer terribly from 'look how clever the toolkit is' syndrome, with no real explanation of how you tackle writing your own clients from scratch given details of a service. It also assumes you are a reasonably strong Perl programmer, which is probably a drawback from some readers.
Then almost the entire second half of the book is devoted to writing servers, which I wasn't interested in.
Sorry guys, but this book didn't help me out much at all with learning how to write Perl clients for web services.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
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.