Buying Options
Programming Web Services with XML-RPC
Print $34.95
Add to Cart
Safari Books Online
Add to Cart
What is this?
Print £26.99
Add to Cart
What is this?
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
Table of Contents
  1. Chapter 1 Introduction

    1. What XML-RPC Does

    2. Where XML-RPC Excels

    3. A Quick Tour of the Minefields

  2. Chapter 2 The XML-RPC Protocol

    1. Choreography

    2. Data Types

    3. Request Format

    4. Response Format

    5. The Nil Value

    6. A DTD for XML-RPC

  3. Chapter 3 Client-Server Communication: XML-RPC in Java

    1. Why XML-RPC for Java?

    2. The XML-RPC Java Library

    3. Building XML-RPC Clients

    4. Building XML-RPC Servers

    5. Creating XML-RPC Handlers

    6. Three Practical Examples

    7. Moving Toward Cross-Platform Peer-to-Peer

  4. Chapter 4 XML-RPC and Perl

    1. Perl's Implementation of XML-RPC

    2. Data Types

    3. XML-RPC Clients

    4. XML-RPC Servers

    5. Integrating XML-RPC into a Web Server

  5. Chapter 5 Integrating Web Applications: XML-RPC in PHP

    1. Getting the XML-RPC Library for PHP

    2. Understanding the Client Classes

    3. Mapping Data Between PHP and XML-RPC

    4. Invoking Methods

    5. Building XML-RPC Servers in PHP

    6. Connecting Web Applications

    7. What PHP and XML-RPC Can Do

  6. Chapter 6 XML-RPC and Python

    1. Python Implementations of XML-RPC

    2. Installing PythonWare XML-RPC

    3. Data Types

    4. XML-RPC Clients

    5. XML-RPC Servers

    6. Integrating XML-RPC into a Web Server

    7. Using Zope as an XML-RPC Server

  7. Chapter 7 Bridging XML-RPC and COM: XML-RPC in ASP

    1. Using XML-RPC with ASP

    2. Making Active Server Pages More Active

    3. Data Types and the API

    4. Building an Address Book Web Service with ASP

    5. Talking to MS Access from Linux

    6. An XML-RPC Client in ASP

    7. Creating a Window to Linux

    8. Connections and Caveats

  8. Chapter 8 XML-RPC and the Web Services Landscape

    1. The Web Services Vision

    2. Public XML-RPC Services

    3. Design Considerations for Any XML-RPC Application

    4. Beyond XML-RPC

    5. Protocol Design Choices

    6. XML-RPC and Web Services

  1. Appendix A The XML You Need for XML-RPC

    1. What is XML?

    2. Anatomy of an XML Document

    3. Character Encodings

    4. Validity

    5. Tools for Processing XML

    6. Is That All There Is?

  2. Appendix B The HTTP You Need for XML-RPC

    1. A Bit About TCP/IP

    2. HTTP at the Start of the Web

    3. Adding Two-Way Communications

    4. Making Two-Way Communications Efficient

    5. Making the Infrastructure Do Something Different

    6. Infrastructure Details

  3. Colophon

View Full Table of Contents
Product Details
Title:
Programming Web Services with XML-RPC
By:
Simon St. Laurent, Joe Johnston, Edd Dumbill, Dave Winer
Publisher:
O'Reilly Media
Formats:
  • Print
  • Safari Books Online
Print Release:
June 2001
Pages:
240
Print ISBN:
978-0-596-00119-3
| ISBN 10:
0-596-00119-3
Customer Reviews
About the Authors
  1. Simon St. Laurent

    Simon St. Laurent is a web developer, network administrator, computer book author, and XML troublemaker living in Ithaca, NY. His books include XML: A Primer, XML Elements of Style, Building XML Applications, Cookies, and Sharing Bandwidth. He is a contributing editor to XMLhack.com and an occasional contributor to XML.com.

    View Simon St. Laurent's full profile page.

  2. Joe Johnston

    Joe Johnston is a graduate of the University of Massachusetts in Boston with a B.A. in computer science, he is a teacher, web designer, and author of articles for Perl Journal, Perl.com, and IBM's DeveloperWorks. Joe helps maintain the ASP XML-RPC library and wrote the Perl module Frontier::Responder.pm.

    View Joe Johnston's full profile page.

  3. Edd Dumbill

    Edd is Managing Editor of XML.com. He also writes free software, and packages Bluetooth-related software for the Debian GNU/Linux distribution. Edd is the creator of XMLhack and WriteTheWeb, and has a weblog called Behind the Times.

    View Edd Dumbill's full profile page.

Colophon

Our look is the result of reader comments, our own experimentation, and feedback from distribution channels. Distinctive covers complement our distinctive approach to technical topics, breathing personality and life into potentially dry subjects. The animal on the cover of Programming Web Services with XML-RPC is a jellyfish. A member of the phylum Cnidaria, jellyfish are found in all oceans and many freshwater lakes and rivers. The name "jellyfish" refers to the animal's adult stage of development, when it acquires a bell- or umbrella-shaped body and long tentacles. The animal's body (including tentacles) is about 95 percent water and ranges in size from less than an inch to over 100 feet. Jellyfish feed by paralyzing their victims with nematocysts—stinging, harpoon-like cells located in their tentacles. The sting, though lethal to its prey, protects the jellyfish; its body is so fragile that it cannot endure a struggle and must render its prey motionless before feeding. This sting has given the jellyfish a bad reputation among swimmers, some of whom are seriously injured by brushing against the animal's tentacles. Most jellyfish are harmless to humans, though, and are noted more for their fragile beauty than for their sting. Ann Schirmer was the production editor and proofreader for Programming Web Services with XML-RPC. Paulette Miley was the copyeditor. Claire Cloutier, Sarah Jane Shangraw, and Jeffrey Holcomb provided quality control. Brenda Miller wrote the index.

Ellie Volckhausen designed the cover of this book, based on a series design by Edie Freedman. The cover image is a 19th-century engraving from the Dover Pictorial Archive. Emma Colby produced the cover layout with QuarkXPress 4.1 using Adobe's ITC Garamond font.

David Futato designed the interior layout based on a series design by Nancy Priest. Anne-Marie Vaduva converted the files from Microsoft Word to FrameMaker 5.5.6 using tools created by Mike Sierra. The text and heading fonts are ITC Garamond Light and Garamond Book; the code font is Constant Willison. The illustrations that appear in the book were produced by Robert Romano and Jessamyn Read using Macromedia FreeHand 9 and Adobe Photoshop 6. This colophon was written by Ann Schirmer.

  • Book cover of Programming Web Services with XML-RPC