Hi,
I spent all day trying to find a way to write a python client to work with a SOAP web service. I looked at ZSI and soaplib, and finally found suds, which is exactly what I needed.
A few minor questions:
1. Why not include a setup.py file with the code? Or at least some install directions that explain what to do. 2. Are there any tests for suds?
Matt