-
The SimpleSoap library is not maintained anymore maintained
DebianBTS module is replacing it's last usage of SimpleSoap by a custome SOAP handler, but for most projects the migration path would be …
-
Hi! I'd been maintaining a suds fork for a few years (which fixed different bugs compared to this fork, but also had its own bugs too).
A few months back, I came across [zeep](https://github.com/m…
-
Hi! I'd been maintaining a suds fork for a few years (which fixed different bugs compared to this fork, but also had its own bugs too).
A few months back, I came across [zeep](https://github.com/m…
-
I am trying to use zeep to send SOAP messages to a server that requires x509 certificates. I am confused with the Signature object for the wsse attribute. What is meant by a private key path versus…
-
Bombs out trying to get the ptz configuration.
-
**Hi, I was trying to connect TP-Link tapo C220 ip camera with python, but I 'm stuck on a problem. Here is my code :**
import time
from onvif import ONVIFCamera
import zeep
impo…
-
Just opening an issue to track forks and alternative projects for python soap consumption.
## Suds forks
* suds: originally located at svn.fedorahosted.org, service retired on March 1st, 2017. …
-
POC maken (Python worker) voor ophalen van documenten uit iBabs agenda's op basis van SOAP API
[Beschrijving iBabs Public WCF Service-2-1.pdf](https://github.com/user-attachments/files/17542409/Besch…
-
Hello,
Can you please provide me with an example of using zeep-adv with an attached file. Here is an example of what I've tried and it's not working for me...
```
def __init__(self, wsdl=WSDL…
-
Hello,
I noticed a change in the way parse_date works in the last release. Previously, using parse_date with a datetime string worked, returning only the date part :
```
>>> import isodate
>>>…