ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
XML-RPC
Author:
Simon St.Laurent
ISBN:
0 596 00119 3
Publisher:
O'Reilly
Pages:
212pp
Price:
£24-95
Reviewer:
Chris Czarnecki
Subject:
xml
Appeared in:
14-2
This book explains how to use XML over HTTP to build distributed applications, by wrapping procedure calls in XML and establishing simple pathways for calling functions. XML-RPC can be considered as a simpler version of SOAP.

The first two short chapters are dedicated to defining what XML-RPC is and the details of the XML-RPC protocol. The remainder of the book explains how to build clients and servers using Java, Perl, PHP, Python and in ASP. A final chapter highlights where to find public XML-RPC services as well as design guidelines for application development. Most usefully a discussion on how to choose between XML-RPC and SOAP is provided.

Overall, this book is rather lightweight and you will only get true value for money if you are considering developing XML-RPC clients/servers in more than one language. If that were the case, I would recommend this book.