Jump to ratings and reviews
Rate this book

Programming Web Services with Perl

Rate this book
Given Perl's natural fit for web applications development, it's no surprise that 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. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. Programming Web Services with Perl changes that, bringing Perl users all the information they need to create web services using their favorite language. Programming Web Services with Perl steers clear of the hype surrounding web services and concentrates on what is useful and practical. The book 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 favor 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 Programming Web Services with Perl was written for Perl programmers who have no prior knowledge of web services. You can pick up this book without any understanding of XML-RPC or SOAP and be able to apply these technologies easily, through the use of publicly available Perl modules detailed in the book. If you're interested in applying XML-RPC and SOAP technologies to distributed programming applications, then Programming Web Services with Perl is a book you'll want to have.

496 pages, Paperback

First published December 1, 2002

21 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
2 (11%)
4 stars
6 (33%)
3 stars
8 (44%)
2 stars
2 (11%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Peter.
51 reviews9 followers
May 23, 2008
A pretty good intro to Perl and web services. I bought the book specifically for information on SOAP and Perl. Unfortunately, since the book is fairly old, some of the information is dated. The real downside, is that most of the examples (Being web service related after-all) depend on now defunct, or significantly different web-services so you can't build and test many.

In general I also learned while reading the book that the Perl SOAP module is far from perfect and has almost no support for WSDL which would make creating applications much easier.

In the end, I learned a lot from this book, but was disappointed and frustrated about not being able to build and test the code in the book. A solution for future editions could be to build both the client and server sides of the application. In my opinion that would be the best way anyway as many people will write servers as well and not just clients.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.