Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
Thanks i think it is working issue with the server API keep you updated. BR 2015-04-02 20:27 GMT+00:00 Nikolas Stevenson-Molnar : > Make sure your previous suds is completely uninstalled. The code in the > stack trace doesn't seem to fit with the current suds-jurko code. If you're > still enco

Re: Python Soap

2015-04-02 Thread Nikolas Stevenson-Molnar
Make sure your previous suds is completely uninstalled. The code in the stack trace doesn't seem to fit with the current suds-jurko code. If you're still encountering the issue, I'd open an issue on the suds-jurko tracker. _Nik On 4/2/2015 12:23 PM, nadaei...@gmail.com wrote: Yes 2015-04-02

Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
Yes 2015-04-02 19:05 GMT+00:00 Nikolas Stevenson-Molnar : > Did you switch to using suds-jurko? > > _Nik > > > On 4/2/2015 10:10 AM, nadaei...@gmail.com wrote: > > Thanks finally using this but getting web.fault: > > from sudsssltransport import SudsClientStrictSSL > c= SudsClientStric

Re: Python Soap

2015-04-02 Thread Nikolas Stevenson-Molnar
Did you switch to using suds-jurko? _Nik On 4/2/2015 10:10 AM, nadaei...@gmail.com wrote: Thanks finally using this but getting web.fault: from sudsssltransport import SudsClientStrictSSL c= SudsClientStrictSSL('https://10.102.5.81:901/APIService.svc?singleWsdl', client_cert='cert.pe

Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
Thanks finally using this but getting web.fault: from sudsssltransport import SudsClientStrictSSL c= SudsClientStrictSSL(' https://10.102.5.81:901/APIService.svc?singleWsdl', client_cert='cert.pem', verify_ssl='certificate.pem') print 'here' hoho = c.service.Login(clientID=

Re: Python Soap

2015-04-02 Thread Nikolas Stevenson-Molnar
Have a look at this: https://bitbucket.org/jurko/suds/issue/23/ssl-certificate-verification _Nik On 4/2/2015 9:17 AM, nadaei...@gmail.com wrote: i was doing it using this: import logging logging.basicConfig(level=logging.INFO) logging.getLogger('suds.client').setLevel(logging.

Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
i was doing it using this: import logging logging.basicConfig(level=logging.INFO) logging.getLogger('suds.client').setLevel(logging.DEBUG) logging.getLogger('suds.transport').setLevel(logging.DEBUG) c = Client('https://10.102.5.81:901/APIService.svc?singleW

Re: Python Soap

2015-04-02 Thread Nikolas Stevenson-Molnar
suds-jurko also seems to be actively maintained, so you may have luck with filing an issue for missing functionality. _Nik On 4/2/2015 9:05 AM, James Schneider wrote: Suds is an old (abandoned) library. suds-jurko is a newer fork of it, and may handle SSL connections better. You may need t

Re: Python Soap

2015-04-02 Thread James Schneider
Suds is an old (abandoned) library. suds-jurko is a newer fork of it, and may handle SSL connections better. You may need to provide more detail as to what you are trying to do, as the SSL portion is handled by underlying libraries in Python, not by suds-jurko directly. -James On Apr 2, 2015 8:57

Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
I am already using suds but my issue was using suds with ssl and client and server certificate 2015-04-02 15:48 GMT+00:00 nadaei...@gmail.com : > Thanks Nikolas, > > Checking will come back to you. > > 2015-04-02 15:45 GMT+00:00 Nikolas Stevenson-Molnar < > nik.mol...@consbio.org>: > >> Take a l

Re: Python Soap

2015-04-02 Thread nadaei...@gmail.com
Thanks Nikolas, Checking will come back to you. 2015-04-02 15:45 GMT+00:00 Nikolas Stevenson-Molnar : > Take a look at suds-jurko: https://bitbucket.org/jurko/suds > > _Nik > > > On 4/2/2015 8:05 AM, nadaei...@gmail.com wrote: > > Hi All, > > What is the best library of python to consume wsdl

Re: Python Soap

2015-04-02 Thread Nikolas Stevenson-Molnar
Take a look at suds-jurko: https://bitbucket.org/jurko/suds _Nik On 4/2/2015 8:05 AM, nadaei...@gmail.com wrote: Hi All, What is the best library of python to consume wsdl soap with client certificate pfx and server certificate cer. BR -- You received this message because you are subscrib

Python Soap

2015-04-02 Thread nadaei...@gmail.com
Hi All, What is the best library of python to consume wsdl soap with client certificate pfx and server certificate cer. BR -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send a