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
File details
Details for the file zeep-0.25.0.tar.gz
.
File metadata
- Download URL: zeep-0.25.0.tar.gz
- Upload date:
- Size: 114.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ae8f7287a19d95856e59469b2501fc97a4e6b89ff8d8490d4a7ec9c4984e817 |
|
MD5 | bab37b985f1d627712f4bf0a7b6e43ae |
|
BLAKE2b-256 | 9f393ea6813b4051432bae8a5fc861579ccf6885b5fd0acd3d2a770e987d9258 |
Provenance
File details
Details for the file zeep-0.25.0-py2.py3-none-any.whl
.
File metadata
- Download URL: zeep-0.25.0-py2.py3-none-any.whl
- Upload date:
- Size: 112.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85cadbb2bb626b08c993a6dd2cee33f9a0deaaf9a4a2f3ff58cb1d7299e609b0 |
|
MD5 | 1b3061841a0583ed3acc3d82b2fddfb1 |
|
BLAKE2b-256 | 7c090bd7dff0243dc525152c3b7bbab33a6ff1f7a629cab7af556c3449f1ad3b |