Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork603
mvantellingen/python-zeep
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Python SOAP client
- Compatible with Python 3.9, 3.10, 3.11, 3.12, 3.13 and PyPy3
- Built on top of lxml, requests, and httpx
- Support for Soap 1.1, Soap 1.2, and HTTP bindings
- Support for WS-Addressing headers
- Support for WSSE (UserNameToken / x.509 signing)
- Support for asyncio using the httpx module
- Experimental support for XOP messages
Please see thedocumentation for more information.
Note
I consider this library to be stable. Since no new developments happen around the SOAP specification, it won't be updated that much. Good PRs which fix bugs are always welcome, however.
pip install zeep
Zeep uses the lxml library for parsing XML. Seelxml installation requirements.
fromzeepimportClientclient=Client('tests/wsdl_files/example.rst')client.service.ping()
To quickly inspect a WSDL file, use:
python -m zeep<url-to-wsdl>
Please see thedocumentation for more information.
If you want to report a bug, please first readthe bug reporting guidelines.
Please only report bugs, not support requests, to the GitHub issue tracker.
About
A Python SOAP client
Topics
Resources
License
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.