BUY THIS BOOK
Add to Cart

Print Book $34.95


Safari Books Online

What is this?

Add to UK Cart

Print Book £24.95

What is this?

Looking to Reprint this content?

Programming Web Services with XML-RPC

By Simon St. Laurent, Joe Johnston, Edd Dumbill
Foreword by Dave Winer
June 2001
Pages: 234
ISBN 10: 0-596-00119-3 | ISBN 13: 9780596001193
starstarstarstarstar (Average of 2 Customer Reviews)

Buy 2 Get 1 Free Free ShippingGuarantee

Book description

XML-RPC, a simple yet powerful system built on XML and HTTP, lets developers connect programs running on different computers with a minimum of fuss. Java programs can talk to Perl scripts, which can talk to ASP applications, and so on. With XML-RPC, developers can provide access to functionality without having to worry about the system on the other end, so it's easy to create web services.
Full Description

Have you ever needed to share processing between two or more computers running programs written in different languages on different operating systems? Or have you ever wanted to publish information on the Web so that programs other than browsers could work with it? XML-RPC, a system for remote procedure calls built on XML and the ubiquitous HTTP protocol, is the solution you've been looking for. Programming Web Services with XML-RPC introduces the simple but powerful capabilities of XML-RPC, which lets you connect programs running on different computers with a minimum of fuss, by wrapping procedure calls in XML and establishing simple pathways for calling functions. With XML-RPC, Java programs can talk to Perl scripts, which can talk to Python programs, ASP applications, and so on. You can provide access to procedure calls without having to worry about the system on the other end, so it's easy to create services that are available on the Web. XML-RPC isn't the only solution for web services; the Simple Object Access Protocol (SOAP) is another much-hyped protocol for implementing web services. While XML-RPC provides fewer capabilities than SOAP, it also has far fewer interoperability problems and its capabilities and limitations are much better understood. XML-RPC is also stable, with over 30 implementations on a wide variety of platforms, so you can start doing real work with it immediately. Programming Web Services with XML-RPC covers the details of five XML-RPC implementations, so you can get started developing distributed applications in Java, Perl, Python, ASP, or PHP. The chapters on these implementations contain code examples that you can use as the basis for your own work. This book also provides in-depth coverage of the XML-RPC specification, which is helpful for low-level debugging of XML-RPC clients and servers. And if you want to build your own XML-RPC implementation for another environment, the detailed explanations in this book will serve as a foundation for that work.
Post-purchase benefits:

Register your book | Submit Errata | Author's Interview | Authors' Articles | Examples


Browse within this book

Cover | Table of Contents | Index | Sample Chapter | Colophon

Book details

First Edition: June 2001
ISBN: 0-596-00119-3
Pages: 234
Average Customer Reviews: starstarstarstarstar (Based on 2 Reviews)


Featured customer reviews

Write a Review


Wish the examples were better,  June 27 2007
Submitted by C Gray   [Respond | View]

Bought Chapter 5 because there are no examples or tutorials apparently available for this set of classes otherwise.

Setting up a test client was a breeze, but when the author gets to describing how to setup a server, the sample code is not adequately explained. The author then proceeds to list the code of a rather large integration solution implemented utilizing the server class.

Typically these books contain cut-n-paste examples to at least enable the reader to deploy the test code on their own box. Alas, no simple working example for the server is given: it is left to the reader to solve this themselves.

This could have been a speedy godsend to ease my learning curve, and was certainly worth the $4.99 for the chapter, but I would have been greatly disappointed had I purchased the book in entirety.

XMPRPC is like much OSS: very powerful, buy poorly documented. Cudos to the developer. A big BLEH for the documentation.

-c!


Programming Web Services with XML-RPC Review,  January 24 2002
Rating: StarStarStarStarStar
Submitted by al   [Respond | View]

Good book. but, where are the examples to download?


Programming Web Services with XML-RPC Review,  August 30 2001
Rating: StarStarStarStarStar
Submitted by dave   [Respond | View]

XML-RPC is a very interesting technology and this books cover its protocol-level details and API-level details well. It discusses tradeoffs of the protocol design, and has chapters on programming XML-RPC with Java, PHP, Perl, Python, and ASP. It also covers XML-RPC in the broader range of web services, and how it fits in with the future of web programming. Very interesting stuff.

dave

Read all reviews


Media reviews

"For those ready for the next level."
--Michael K. Pate, Hot Books for Web Pros, amazon.com

"This is one of the first important web services books, in part because it explains what can be accomplished without SOAP and WSDL. The authors talk about implementing with PHP, VBScript, COM, Python, Perl, Java, and servlets."
--Ken North, Dr Dobbs

"worthwhile reading...I recommend this book for Web developers and program integrators who want to use the proven, and relatively simple, XML-RPC standard to integrate systems or to provide services, or who want an excellent foundation for moving on to more complex protocols such as SOAP."
--Evelyn Roman, The Rational Edge, Nov 2001

"As a working programmer, I need to get results fast, and I need information that gets me those results. This slim O'Reilly publication is the only book out there on XML-RPC, and the good news is that it gets the job done handily."
--Shane McChesney, skippingdot.net

"This is a good book and, if this is an area of programming that interests you, simply buy a copy and save yourself hours of trial and error."
--Mike James, Computer Shopper, Oct 2001

Hide extended reviews


See larger cover