or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
30 used & new from £0.82

Have one to sell? Sell yours here
 
   
Programming Web Services with XML-RPC
 
See larger image
 

Programming Web Services with XML-RPC (Paperback)

by Joe Johnston (Author), Edd Dumbill (Author), Simon St.Laurent (Author), John Posner (Author)
5.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £26.99
Price: £22.94 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.05 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 2 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
17 new from £11.76 13 used from £0.82

Frequently Bought Together

Programming Web Services with XML-RPC + Programming Web  Services with SOAP + Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL
Price For All Three: £54.05

Show availability and shipping details


Customers Who Bought This Item Also Bought

Programming Web  Services with SOAP

Programming Web Services with SOAP

by James Snell
2.5 out of 5 stars (4)  £13.62
Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL

by Ethan Cerami
3.0 out of 5 stars (2)  £17.49
XML Schema: The W3C's Object-Oriented Descriptions for XML

XML Schema: The W3C's Object-Oriented Descriptions for XML

by Eric van der Vlist
Apache: The Definitive Guide

Apache: The Definitive Guide

by Ben Laurie
3.2 out of 5 stars (6)  £17.46
The Ruby Programming Language

The Ruby Programming Language

by David Flanagan
4.7 out of 5 stars (3)  £18.60
Explore similar items

Product details

  • Paperback: 230 pages
  • Publisher: O'Reilly Media, Inc.; illustrated edition edition (21 Jun 2001)
  • Language English
  • ISBN-10: 0596001193
  • ISBN-13: 978-0596001193
  • Product Dimensions: 23 x 17.8 x 1.6 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon.co.uk Sales Rank: 298,402 in Books (See Bestsellers in Books)

    Popular in this category:

    #32 in  Books > Computing & Internet > Programming > Languages > XML > Web Services
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   C++ Web Services opens new browser window
www.RogueWave.com  -  Guide to Creating C++ Services Free Technical White Paper 
   Freelance Web Programmers opens new browser window
www.peopleperhour.com/programming  -  1000s of rated web programmers on PeoplePerHour.com Get free quotes 
   PHP & SQL programming opens new browser window
www.savagescape.com  -  Experienced e-commerce, web and database programmer in the UK. 
  
 

Product Description

Amazon.co.uk Review

Programming Web Services with XML-RPC explains how to use XML over HTTP to build distributed applications. This of course is the realm of SOAP (Simple Object Access Protocol), which is an evolving W3C standard. XML-RPC is not SOAP, although the two have a common ancestry. XML-RPC has fewer features than SOAP, and is procedural rather than object-orientated. On the plus side, it is a stable, practical and easy-to-use standard.

After a couple of chapters introducing XML-RPC, this short book gets straight down to the nitty-gritty of implementing solutions in a variety of languages. There is a chapter each on Java, Perl, PHP, Python, and ASP (Active Server Pages). Each chapter explains where to find XML-RPC libraries, and how to create both client and server applications, complete with snippets of example code. Although few readers will be working with all these technologies, the diversity demonstrates how effectively XML-RPC bridges different languages and platforms. By way of illustration, one of the ASP examples shows how to talk to Microsoft Access from Linux, a common real-world problem in mixed-platform environments.

The closing chapter gives the wider picture, showing where to find public XML-RPC services, offering design tips, and explaining how to choose between XML-RPC and SOAP. There is an appendix covering XML basics, and a second one offering a brief introduction to HTTP. For anyone who has looked at SOAP and found it bewilderingly complex, XML-RPC and this book could well be the answer. --Tim Anderson



Review

'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, October 2001

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
xml
web programming
old
linux

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Programming Web Services with XML-RPC
66% buy the item featured on this page:
Programming Web Services with XML-RPC 5.0 out of 5 stars (2)
£22.94
Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL
14% buy
Web Services Essentials: Distributed Applications with XML-RPC, SOAP, UDDI & WSDL 3.0 out of 5 stars (2)
£17.49
Java and SOAP
9% buy
Java and SOAP
£29.33
RESTful Web Services
7% buy
RESTful Web Services 4.0 out of 5 stars (4)
£17.73

 

Customer Reviews

2 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
8 of 8 people found the following review helpful:
5.0 out of 5 stars Book is very good ...brief to the point .. good intro to rpc, 12 Jul 2001
I picked up this book from a friend who returned from usenix with it in hand. It was an oreilly book so immediatly I expected good things.

I was not dissappointed, this book is a book for programmers who wish to understand the xml-rpc protocol in depth, I myself am a java programmer and found that section of the book very good, my friend (a perl and python guy) also found his section to be equally good. I would reccommend this to any programmer who has an interest in calling remote procedures as this is an excellent introduction to this lightweight protocol.

If I sound pumped up about this book its because I am its concise and provides the neccessary information, a background in the programming languages they implement the examples in is assumed but an intro to xml and http is given and so you will not be found lacking in this area.

Buy it....

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars XML-RPC is the way, this book is a MUST-HAVE, 11 Mar 2002
By jonasbn@wanadoo.dk (Copenhagen, Denmark) - See all my reviews
Having been involved for more a year in a project where we developed a platform based on an XML-RPC like functionality I wish I could have read this book at the time before we begun. Not that we did anything wrong, but this book really gives a concise picture of what XML-RPC is good and what it is not.

The book is very well structured, filled with good examples, and even though I primarily is a Perl programmer I feel very confident as a programmer that I know what languages also can use XML-RPC since this book gives examples in a lot of different languages.

The book is easily read and sure MUST-HAVE for people working with web-services and need to be able to scale their platform, or make a few things smarter than they normally do - XML-RPC is the way.

My only problem with the book is that it is short - I actually read it on a Sunday, but well now I have a magnificent reference book.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.