A fast and modern Python SOAP client
- Highlights:
Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7 and PyPy
Build on top of lxml and requests
Support for Soap 1.1, Soap 1.2 and HTTP bindings
Support for WS-Addressing headers
Support for WSSE (UserNameToken / x.509 signing)
Support for tornado async transport via gen.coroutine (Python 2.7+)
Support for asyncio via aiohttp (Python 3.5+)
Experimental support for XOP messages
Please see for more information the documentation at http://docs.python-zeep.org/
Installation
pip install zeep
Usage
from zeep import Client
client = Client('tests/wsdl_files/example.rst')
client.service.ping()
To quickly inspect a WSDL file use:
python -m zeep <url-to-wsdl>
Please see the documentation at http://docs.python-zeep.org for more information.
Support
If you want to report a bug then please first read http://docs.python-zeep.org/en/master/reporting_bugs.html
Please only report bugs and not support requests to the GitHub issue tracker.
Release files for zeep 3.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zeep-3.3.0.tar.gz | 161.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zeep-3.3.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:260.4 kB
Release files / zeep-3.3.0.tar.gz
| Download URL | zeep-3.3.0.tar.gz |
|---|---|
| Size | 161.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
491660e4105745d1b9d2fb63e94c9f4f4b367bffbbdcca7355848ec4df998d90
|
|
BLAKE2b-256 checksum How to use checksums |
001083855c45c1bded88388446efc1c6d5604f6c3b7ec02a8ff33713a6609173
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|
Release files / zeep-3.3.0-py2.py3-none-any.whl
| Download URL | zeep-3.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 98.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a9043f52f9357ff9beafb0f9a9dfa05653b126e9f0d778645a6b1201de3f9e81
|
|
BLAKE2b-256 checksum How to use checksums |
96671b21bbeb72a3f76839b0fb16941f2592af7289b5b15788446acee7bb8023
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|