| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A fast and hip Python SOAP client ;-)
Please see for more information the documentation at http://docs.python-zeep.org/
pip install zeepfrom 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.
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. Please contact me at info@mvantellingen.nl for more information.
| Back | FazBrowse Home | New Git URL |