A good Soap Client

dieter dieter at handshake.de
Tue Nov 25 01:45:09 EST 2014


Filadelfo Fiamma <philosganga at gmail.com> writes:

> Since 2011 I'm using the very good "Suds" library for consuming simple soap
> service.
> Now I need something for "SOAP over HTTPS", Does anyone know a good
> solution? May I use suds and write an envelope for HTTPS?

I can enforce Camerons statement: "suds" simply uses "HTTPS",
when this protocol appears in the WSDL url or the port definitions
inside the WSDL.

Should you need special things (such as provide a client certificate
for the HTTPS connection), you can pass on a "transport" parameter
to the "suds.client.Client" constructor that handles those specialities.




More information about the Python-list mailing list