python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

A Python SOAP client

Results 241 python-zeep issues
Sort by recently updated
recently updated
newest added

I described the problem in this discussion: https://github.com/mvantellingen/python-zeep/discussions/1460 Im generating a soap request with factories from the types in the WSDL. The generated request is faulty containing a credentials tag...

Currently, when passing a custom (wsdl) client with arbitrary headers set, they get overwritten only to set the User-Agent. Let's make sure the User-Agent only gets added/modified rather.

Hello Zeep team! The error I am stuck on: "The action {my_wsdl/ConnectionPointDataRequest} is not supported by this endpoint. Only WS-ReliableMessaging February 2005 messages are processed by this endpoint." I am...

This PR adds support for a Redis Cache at the transport layer. It adheres to the base cache class and makes various connection and setup options available for the connection...

Fixes https://github.com/mvantellingen/python-zeep/issues/1446 Ref: https://github.com/encode/httpx/blob/master/CHANGELOG.md#0260-20th-december-2023

The TransportError has a default message value. The Fault Error does not have this. It is nice to have consistency in this. I was raising a TransportError and changed it...

Hi ! Beginner with zeep here, I'm trying to make a simple SOAP request to an external web service (eur lex, the EU law directory). It seems like the request...

How can I send a DIME attachments with a soap message?

Hi , First of all thanks for this complete library to make SOAP calls with Python. My problem is that when ZEEP render and object as AnyType. In the WSDL...

Copy-pasting examples from WSSE section of the docs was such a pain as I had to remove those `>>>` and `...` every time. SOAP is enough of a struggle to...