>> 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
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
>> 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,
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
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