This is an implementation of XML-RPC for smalltalk (implemented in Squeak Smalltalk).
All types described in the spec are supported, and a test suite is included. Documentation may be foun in the package.
This framework currently requires YAXO, along with a changeset that corrects a problem I encountered while working with it.
Licensing: I hear LGPL is popular for squeak code, so it's LGPL until someone complains.
Changes:
caseOf
instead of tons of if
if blocks to decode and encode stuff.