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

A Python SOAP client

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

The new text keyword was introduced in pytest_httpx 0.14, deprecated in 0.14 and 0.17 and removed in 0.18. Thus, an appropriate constraint to that dependency is added. FWIW, this fixes...

Although the zeep client has a caching mechanism, every client instantiation still incurs the overhead of processing the cached WSDL document. This PR allows a user to pass in a...

Some SOAP endpoints require you to connect to one URL (binding URL) but specify another URL In the WS Addressing section (addressing URL). The current WS Addressing plugin doesn't support...

Allow Ws Addressing plugin to use a different URL address than the binding address. Some SOAP services require you to connect to a gateway server but specify your actual URL...

Hi, I am facing an issue where blank spaces are getting inserted in between characters of generated xml element. I am not able to figure out why this is happening....

In the httpx module, `data=x` has been deprecated in favor of `content=x` in version 0.18.0 (April 2021) As a side effect, this fixes the test suite since pytest-httpx removed the...

https://github.com/mvantellingen/python-zeep/blob/2f35b7d29355ba646f5e3c6e9925033d5d6df8bb/src/zeep/xsd/types/simple.py#L52 ```Python 3.9.10 (main, Jan 31 2022, 23:00:28) Type 'copyright', 'credits' or 'license' for more information IPython 8.3.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: d...

Hi, The constructed xml after adding header always give status code 202 # The expected xml is ` 0 false ZsRDVUlo2nI=|XRCwPaaG4S8TlGvRCxBX9QYW18Muyh3sP1gHoj+IHe5SNcsr6cV/CGrWSTX1xqz8LOsW3D5wMPZ4t6mPGBecUOK+ZqhlTCqIk3lYFK9Kewr6QzOwkA90GuJ34mvCO83gZ+Fk+UcGG9k= ` # Following is the xml constructed after adding...

Add new feature: Response verification. with certificate.

https://github.com/mvantellingen/python-zeep/issues/1319