Project DescriptionBXmlRpc is a simple implementation of the XmlRpc protocol, with a consumer and simple server built in
When building a blog, we were off to implement ping backs and, as such, needed to use the XmlRpc protocol (see
http://www.xmlrpc.com/spec). Doing a cursory look, we came across a couple implementations, but most were overly complex for the task at hand. We built a quick, limited implementation for the ping backs, but then we decided that we could really use a good base to build future xmlrpc projects from, and hence BXmlRpc was born.
The goal of this project is to make a simple base to implement any XmlRpc consumer or producer.
Documentation
We've just done a preliminary documentation build (using DocProject (
http://docproject.codeplex.com/)) and we're hosting the html version at
http://bxmlrpc.bambitinc.com/Documentation/