Re: SOAP/wsse lib on Windows

2017-05-17 Thread Nagy László Zsolt
>> Yes, it is listed under the "Other useful packages and applications not >> currently available on this page" section. Its home page ( >> https://github.com/mehcode/python-xmlsec ) does not tell how to install >> it on windows. > *facepalm* Sorry about that. I just automatically went to the page

Re: SOAP/wsse lib on Windows

2017-05-17 Thread Chris Angelico
On Wed, May 17, 2017 at 11:38 PM, Nagy László Zsolt wrote: >>> So is there a way to do this? I would prefer a cross platform solution, >>> but I'll do whatever it takes. >> You might be in luck: xmlsec appears to be in this list: >> >> http://www.lfd.uci.edu/~gohlke/pythonlibs/ >> >> I don't know

Re: SOAP/wsse lib on Windows

2017-05-17 Thread Nagy László Zsolt
>> So is there a way to do this? I would prefer a cross platform solution, >> but I'll do whatever it takes. > You might be in luck: xmlsec appears to be in this list: > > http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > I don't know anything about it, though, so you'll have to try it and see. Yes,

Re: SOAP/wsse lib on Windows

2017-05-17 Thread Chris Angelico
On Wed, May 17, 2017 at 10:51 PM, Nagy László Zsolt wrote: > Is there a library that handles SOAP and wsee (with x509 signed > requests) on Windows platform? > > I went through a few. Suds is not supported anymore. py-wsee depends on > libxml2 that has no windows port. zeep is great, except that

SOAP/wsse lib on Windows

2017-05-17 Thread Nagy László Zsolt
Is there a library that handles SOAP and wsee (with x509 signed requests) on Windows platform? I went through a few. Suds is not supported anymore. py-wsee depends on libxml2 that has no windows port. zeep is great, except that x509 cannot be used unless xmlsec library is installed. I could not b