A modern/fast Python SOAP client based on lxml / requests
Project description
A fast and modern Python SOAP client
- Highlights:
Compatible with Python 2.7, 3.3, 3.4, 3.5, 3.6 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)
Experimental support for asyncio via aiohttp (Python 3.5+)
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 encounter bugs then please let me know . A copy of the WSDL file if possible would be most helpful.
I’m also able to offer commercial support. As in contracting work. Please contact me at info@mvantellingen.nl for more information. If you just have a random question and don’t intent to actually pay me for my support then please DO NOT email me at that e-mail address but just use stackoverflow or something..
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file zeep-1.4.0.tar.gz
.
File metadata
- Download URL: zeep-1.4.0.tar.gz
- Upload date:
- Size: 134.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad74b3be221e0c9965b2a2c4b22683f4fc05eab37387a756f598eb6c8e9baf5f |
|
MD5 | ebe3d6b783e163a8fb3bab7ce1a003b1 |
|
BLAKE2b-256 | 6c1d52e5df4a5fc28b7e2eefc3e4fdc3310ad9d3dd194ce990212a8991a68eed |
Provenance
File details
Details for the file zeep-1.4.0-py2.py3-none-any.whl
.
File metadata
- Download URL: zeep-1.4.0-py2.py3-none-any.whl
- Upload date:
- Size: 123.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e03e4d805f4078c07410e77381ad0c7f76566dafe5c77e3e6ff7d93e4c630365 |
|
MD5 | 8fc1206d5edb3452e46b8bd650f3a074 |
|
BLAKE2b-256 | 95d9baa7078a0c5545b787349f7e30a668312b71f474faeb6b2e00d2f4dc008e |