![]() |
accessing SOAP protocol page secured with cetrificad - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Networking (https://python-forum.io/forum-12.html) +--- Thread: accessing SOAP protocol page secured with cetrificad (/thread-831.html) |
accessing SOAP protocol page secured with cetrificad - lopow - Nov-08-2016 How can I acces web serveices with python program. Web services are using SOAP protocol. It is secured with cetrificat. RE: accessing SOAP protocol page secured with cetrificad - nilamo - Nov-08-2016 Luckily, there's a whole section of the official wiki dealing with different soap libs: https://wiki.python.org/moin/WebServices RE: accessing SOAP protocol page secured with cetrificad - lopow - Dec-20-2016 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. RE: accessing SOAP protocol page secured with cetrificad - buran - Jan-11-2017 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. |