Filadelfo Fiamma <philosga...@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.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to