Book description
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 are:
HTTP and XML basics
XML-RPC and the toolkits
SOAP and toolkits
SOAP::Lite
Using SOAP with SMTP and other protocols
Advertising and discovering with UDDI and WSDL
The REST methodology
The future of web services
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.
Table of contents
- Table of Contents
- Preface
- Introduction to Web Services
- HTTP and XML Basics
- Introduction to XML-RPC
-
Programming XML-RPC
- Perl Toolkits for XML-RPC
- RPC::XMLSimple
- XMLRPC::Lite
- RPC::XML
-
Introduction to SOAP
- Background
- XML Definitions
- RPC over SOAP
- SOAP Transport
- Further Reading
- Programming SOAP
- Serving SOAP over HTTP
- SOAP Services Without HTTP
- Service Description with WSDL
- Service Advertising and Discovery with UDDI
-
REST: Representational State Transfer
- Defining REST
- REST Principles
- Programming REST
- Advanced Web Services Topics
- XML-RPC Toolkit Programming Reference
- SOAP::Lite Programming Reference
- XML-RPC Example Code
-
SOAP Example Code
-
HTTP SOAP Code (Chapter7)
- WishListCustomer
- SoapExUser
- SoapExBook
- The First HTTP::Daemon Server
- WishListCustomer::Daemon
- WishListCustomer::SOAP
- The Second HTTP::Daemon Server
- The SOAP::Lite Client to Format a Wish List
- WishListCustomer::Apache
- WishListCustomer::SOAP2
- The Third HTTP::Daemon Server
- The SOAP::Lite Client to Test FindBooks
-
SOAP with Other Protocols (Chapter8)
- The Generic Transport Class
- The Subclass of SOAP::Lite
- A TCP-Based Server
- A Generic Client (TCP by Default)
- A Jabber-Based Server
- The MQ-Based Server
- The POP3-Based Server
- The MAILTO Client
- The IO-Based Filter
- The FTP Client
- The LOCAL Example
- The Sample Transport Module (1/2)
- The Sample Transport Module (2/2)
-
HTTP SOAP Code (Chapter7)
- WSDL and UDDI Examples
- Bibliography and References
- Index (1/7)
- Index (2/7)
- Index (3/7)
- Index (4/7)
- Index (5/7)
- Index (6/7)
- Index (7/7)
Product information
- Title: Programming Web Services with Perl
- Author(s):
- Release date: December 2002
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596002060
You might also like
book
Web Client Programming with Perl
On the World Wide Web, people are accustomed to using graphical browsers such as Netscape Navigator …
book
Perl & LWP
Perl soared to popularity as a language for creating and managing web content, but with LWP …
book
Perl and XML
XML is a text-based markup language that has taken the programming world by storm. More powerful …
book
Perl Testing: A Developer's Notebook
Is there any sexier topic in software development than software testing? That is, besides game programming, …