wddx wrapper?

Fredrik Lundh fredrik at pythonware.com
Fri Jul 2 03:57:43 EDT 1999


Hank Fay <hank at prosysplus.com>:
> Does anyone know a reference to a Python wrapper for wddx (www.wddx.org)?
> It looks like a neat way to pass data around (being able to transport
> recordsets between differnet languages, in particular), and I'd like to be
> able to have Python doing some of the heavy lifting on the server side.

no, but if the protocol doesn't matter, as long as it's
light-weight, cross-platform, XML, and supported by
lots of languages, you might wish to check out:

    http://www.xmlrpc.com

implementations available for python, perl, java, tcl, etc.
and zope supports it too, btw.

</F>





More information about the Python-list mailing list