libsxmlrpc-sharp

Home

libsxmlrpc-sharp is a library for implementing XML-RPC clients and servers in .NET programs. It was partially inspired by the simplicity of the S-XML-RPC library for Common Lisp, and attempts to retain that simplicity of use.

As of v0.2, XML-RPC servers can now be implemented by simply inheriting the abstract XmlRpcServer class. XML-RPC methods are then specified by tagging public methods with the XmlRpcMethod attribute.

Downloads

libsxmlrpc-sharp is released under GNU General Public License v2. To compile it, you will need at least Mono v1.1.18. A Makefile is included in the project for building, as well as a MonoDevelop project. The project file references this Makefile for building. You must have MonoDevelop v0.13 or higher to use this.

The absolute latest (and possibly not-working) source code can be downloaded from here.

Type Version Link
Source 0.2 Here
Source (includes test program) 0.1 Here

Changes

An RSS feed of the changelog is available here .

(C) 2007-2008 Andrew Jones-Gonzales (<dj.haruko@gmail.com>)
This site is managed using WST.