Python Forum

Full Version: accessing SOAP protocol page secured with cetrificad
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I acces web serveices with python program. Web services are using SOAP protocol. It is secured with cetrificat.
Luckily, there's a whole section of the official wiki dealing with different soap libs: https://wiki.python.org/moin/WebServices
Thanks, I saw that, but I cant fined any documentation. I look py-wsse, but I can't install it on windows, and also can't find any documentation.
recently I was looking at zeep.
That's the last one in the SOAP section of the list suggested by nilamo. Docs for zeep look comprehensive.