XML-RPC for C and C++

A lightweight RPC library based on XML and HTTP.

Copyright 2001 Eric Kidd. All rights reserved. This contents of this website may be distributed under the same license terms as XML-RPC for C/C++. Funding for XML-RPC for C/C++ was provided in part by First Peer, Inc.

SourceForge Logo

Overview

Support for this project has been provided in part by First Peer, Inc.

XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML.

This library provides a modular implementation of XML-RPC for C and C++.

[ Features | Downloading | Sample Code | Standard ]

For information on using XML-RPC with other languages, please see the XML-RPC HOWTO.