A modern/fast Python SOAP client based on lxml / requests
Project description
A fast and modern Python SOAP client
- Highlights:
- Modern codebase compatible with Python 2.7, 3.3, 3.4, 3.5 and PyPy
- Build on top of lxml and requests
- Supports recursive WSDL and XSD documents.
- Supports the xsd:choice and xsd:any elements.
- Uses the defusedxml module for handling potential XML security issues
- Support for WSSE (UsernameToken only for now)
- Experimental support for HTTP bindings
- Experimental support for WS-Addressing headers
- Experimental support for asyncio via aiohttp (Python 3.5+)
- Features still in development include:
- WSSE x.509 support (BinarySecurityToken)
- WS Policy support
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 -mzeep <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
Hashes for zeep-0.24.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 828ec85ed189130dcf217e7063f4eda599d73c6c895a67bc57cff99a26b7fbf1 |
|
MD5 | d7fc2953bc09ad95938cb939b8110a26 |
|
BLAKE2-256 | 96a74e872fb4d04cd94910f22b909fac960c51f94646c0f2172bda19acd5a64c |