Advertisement
Membership
Login
ACCU Buttons
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.
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.
Title:
XML-RPCAuthor:
Simon St.LaurentISBN:
0 596 00119 3Publisher:
O'ReillyPages:
212ppPrice:
£24-95Reviewer:
Chris CzarneckiSubject:
xmlAppeared in:
14-2This 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.