Did you read
http://diveintopython.org/soap_web_services/index.html ?
and specifically
http://diveintopython.org/soap_web_services/introspection.html ?
These docs are slightly dated but I doubt much has changed. If there is
a problem, you can always try the older version from the site.
--
http:/
I've just been asked to do a soap client for some vendor software. I'm able
to load the WSDL and discover the methods, but when I go to call a method it
doesn't see it. I should be passing in a string that is named "testValue"
I've been working from the soap demoes with soappy 0.12.0. I've foun