[Python-Dev] Leading with XML-RPC

Skip Montanaro skip@pobox.com (Skip Montanaro)
Tue, 10 Jul 2001 14:43:07 -0500


    Eric> Are there, as yet, any SOAP-BDG implementations we could use?

There was a SOAP.py module announced for Python recently:

    http://groups.google.com/groups?q=SOAP.py&hl=en&safe=off&rnum=2&ic=1&selm=mailman.990088321.2387.clpa-moderators%40python.org
    http://www.actzero.com/soap/SOAPpy.html

I can't get to the download page at the moment though, so I can't tell where
it falls on the spectrum between SOAP-BDG and SOAP.

In my opinion supporting both XML-RPC and SOAP in the core library would be
a good thing.  It's sort of like PIL supporting both GIF and JPEG image
files.  Both have their uses.

Skip