python-zeep
python-zeep copied to clipboard
A Python SOAP client
Hi. It works, bu i have an problem. On my case i have 2 'Service'. First one is for test and it works. But how to connect to the second...
Hello, 1. The version of zeep: 3.2.0 2. The WSDL: [wsdl.txt](https://github.com/mvantellingen/python-zeep/files/2866588/wsdl.txt) 3. My script (do not forget to replace username and password with your values). The line result = client.service.GetTest("Hello...
I need the hash of the xml being sent in order to insert that hash into the header. To do this, before sending the request, I wanted to receive the...
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
First attempt at adding support for elements which use a `substitutionGroup`. This allows an any element to be substituted for any element which is within the first element's `substitutionGroup`. This...
Hi. I'm using Redis as a caching backend for Zeep in a project of mine. Maybe it would be helpful for others to add the below (minimal) sample to the...
I'd like to use `zeep` with a websockets endpoint but currently it's not supported by the `requests` library. Was wondering if you're planning on adding websockets support or if there's...
Hi, the XSD validation seems to fail on `sequence` within `choice`, when deserializing a webservice response (zeep 4.1.0). The XSD: ``` ``` First problem: With a response that only have...
Hello all, I am using zeep 4.2.0, with WSDL v1.1. I am attempting to implement ONVIF via zeep, but i am seeing many issues in the responses, they are either...
First of all, thank you for you super useful soap module. Nice piece of work! I'm using version 3.3.1. My soap server requires my request to include a wsse:Nonce and...