A modern/fast Python SOAP client based on lxml / requests
Project description
A fast and hip 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)
- Features still in development include:
- WSSE x.509 support (BinarySecurityToken)
- Support for HTTP bindings
- XML validation using lxml XMLSchema’s
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.
Bugs
If you encounter bugs then please let me know . A copy of the WSDL file if possible would be most helpful. If you are really cool then please open a PR with the fix… :P
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
zeep-0.5.0.tar.gz
(50.6 kB
view hashes)
Built Distribution
zeep-0.5.0-py2.py3-none-any.whl
(43.0 kB
view hashes)