Python soap using soaplib (server) and suds (client)
- by Celso Axelrud
This question is related to:
http://stackoverflow.com/questions/1751027/python-soap-server-client
In the case of soap with python, there are recommendation to use soaplib (http://wiki.github.com/jkp/soaplib) as soap server and suds (https://fedorahosted.org/suds/) as soap client.
My target is to create soap services in python that can be consumed…