Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$3.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Programming Web Services with XML-RPC (O'Reilly Internet Series)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Programming Web Services with XML-RPC (O'Reilly Internet Series) [Paperback]

Simon St. Laurent (Author), Edd Dumbill (Author), Joe Johnston (Author)
4.0 out of 5 stars  See all reviews (6 customer reviews)

List Price: $34.95
Price: $26.64 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.31 (24%)
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.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

June 2001

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.


Frequently Bought Together

Programming Web Services with XML-RPC (O'Reilly Internet Series) + Web Services Essentials (O'Reilly XML) + Programming Web Services With SOAP
Price For All Three: $69.61

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Web Services Essentials (O'Reilly XML) $19.79

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Programming Web Services With SOAP $23.18

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details



Editorial Reviews

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

From the Publisher

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 publishinformation on the Web so that programs other than browsers couldwork with it? XML-RPC, a system for remote procedure calls built on XML and the ubiquitous HTTP protocol, is the solution you'vebeen 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.


Product Details

  • Paperback: 230 pages
  • Publisher: O'Reilly Media; 1st edition (June 2001)
  • Language: English
  • ISBN-10: 0596001193
  • ISBN-13: 978-0596001193
  • Product Dimensions: 9.2 x 7 x 0.6 inches
  • Shipping Weight: 14.1 ounces (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #488,688 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

19 of 19 people found the following review helpful:
4.0 out of 5 stars Good coverage of a new topic, July 12, 2001
By 
Michael R Bernstein (Las Vegas, NV United States) - See all my reviews
This review is from: Programming Web Services with XML-RPC (O'Reilly Internet Series) (Paperback)

As with most O'Reilly books, this one is a comprehensive treatment of an emerging technology, and is probably destined to become a standard reference on the subject as it moves into mainstream development. Unfortunately, it is not without its flaws.

The book does an excellent job of covering What XML-RPC is, what it does, and how it can be used from a variety of programming environmments to build web-services, including touching on my web-development environment of choice, Zope.

Notable in it's absence however (and the reason I gave this book four stars instead of five), is any mention in the book's main text of the environment that spawned XML-RPC, UserLand Frontier. Although Dave Winer (creator of Frontier) wrote the foreword to the book, I think that some coverage should have been given to using Frontier with XML-RPC.

I could wish that the subject of designing web services had taken center-stage, rather than some specific implementations, but the design of web-services is covered more than adequately in chapter eight.

Make no mistake, this is an excellent book, especially if you build web applications in any of the five programming environments covered (Perl, Python, ASP, PHP, Java), and I can reccomend it wholeheartedly to anyone who is creating or designing web-services.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars All About XML-RPC in Five Languages, January 8, 2002
By 
Eric R. Dunstan (California, the Golden State, USA) - See all my reviews
(REAL NAME)   
This review is from: Programming Web Services with XML-RPC (O'Reilly Internet Series) (Paperback)
This book explains fully how to use XML-RPC in five languages: Java, PHP, Perl, Python, and ASP. Becuase XML-RPC is so simple to use (I got it working for both Java and PHP), it does not take much explanation to set up this technology and actually use it. This book is a good up-to-date reference for this technology, which will has been established and is being implemented in more and more languages as time progresses, making this technology an alternative to CORBA.
This is a small book, because the subject is very easy and fast to learn. By using the Universal Language XML, This technology enables programs in one language to call procedures in programs in another language across the internet, regardless of firewalls, because it runs on HTTP.
Some of the possibilities of using XML-RPC are in SOAP applications, distributed applications, even internet games.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars good intro for XML/RPC, October 21, 2002
This review is from: Programming Web Services with XML-RPC (O'Reilly Internet Series) (Paperback)
Good coverage but a bit repetitive since it explains
the same thing for each of several languages. Only
read the chapters you need... Sadly XML/RPC seems
to be losing ground to .NET/SOAP which is a shame
coz RPC is much simpler and less bandwidth intensive.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject