SOAP 1.2 Python client ?

Stefan Behnel stefan_ml at behnel.de
Wed Mar 3 14:35:01 EST 2010


BlueBird, 03.03.2010 17:32:
> I am looking for a SOAP 1.2 python client. To my surprise, it seems
> that this does not exist. Does anybody know about this ?

SOAP may be an overly bloated protocol, but it's certainly not black magic. 
It's not hard to do manually if you really need to:

http://effbot.org/zone/element-soap.htm

Stefan




More information about the Python-list mailing list