Top "Zeep" questions

Zeep: Python SOAP client

SSLError("bad handshake") when trying to access resources Custom Certificates and Requests

I want to program webservices to exchange data in Python using Zeep. I can access services only with my certificate. …

python pfx zeep
How to parse SOAP XML with Python?

Goal: Get the values inside <Name> tags and print them out. Simplified XML below. <?xml version="1.0" encoding="…

python xml python-3.x soap zeep
How to fix SSL issue SSL_CTX_use_certificate : ca md too weak on Python Zeep

my code was working before until i got this error whenever i make SOAP requests to Frontierlink Web Service. File "/…

python openssl zeep
How to use a complex type from a WSDL with zeep in Python

I have a WSDL that contains a complex type like so: <xsd:complexType name="string_array"> <xsd:…

python soap wsdl zeep
Introspecting a WSDL with Python Zeep

I am attempting to use Zeep to describe the operations and types in a given WSDL, so that a program …

python soap wsdl zeep soappy
python soap zeep module get result

I'm getting a result from a SOAP API like that: client = zeep.Client(wsdl=self.wsdl, transport=transport) auth_header = …

python soap zeep
Python - Zeep SOAP Complex Header

I'd like to pass "Complex" Header to a SOAP service with zeep library Here's what it should look like <…

python-3.x soap zeep
how to send parameters in zeep client

I am using python zeep library and I am trying to send a request to a soap client, but I …

python soap zeep
Python Zeep Client request throws error in xml exception

When I run the following code, I keep getting the following error: here is an error in XML document (113, 25). ---&…

python xml api zeep