Re: A good Soap Client

2014-11-24 Thread Filadelfo Fiamma
Thanks Cameron,Dieter! Sure I haven't understood how to pass and use the certificate to the client. I thought to write a HTTPS client to extract the clean SOAP envelope and then passing it to Suds. Just for info, the service I need to consume It's the Italian Healthcare System for Medical Doctor. C

Re: A good Soap Client

2014-11-24 Thread dieter
Filadelfo Fiamma 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

Re: A good Soap Client

2014-11-24 Thread Cameron Simpson
On 24Nov2014 10:46, Filadelfo Fiamma wrote: My question is about Soap Client for python. 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 HTT

A good Soap Client

2014-11-24 Thread Filadelfo Fiamma
Hi guys, My question is about Soap Client for python. 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? Thanks in advance Bye Fil -- h