Skip to main content

A Python SOAP client

Project description

Zeep: Python SOAP client

Documentation Status Python Tests Coverage PyPI version

A Python SOAP client

Highlights:

  • 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 the documentation for more information.

Status

[!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.

Installation

pip install zeep

Zeep uses the lxml library for parsing XML. See lxml installation requirements.

Usage

from zeep import Client

client = Client('tests/wsdl_files/example.rst')
client.service.ping()

To quickly inspect a WSDL file, use:

python -m zeep <url-to-wsdl>

Please see the documentation for more information.

Sponsors

Kraken Tech

Support

If you want to report a bug, please first read the bug reporting guidelines.

Please only report bugs, not support requests, to the GitHub issue tracker.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zeep-4.3.1.tar.gz (166.5 kB view details)

Uploaded Source

Built Distribution

zeep-4.3.1-py3-none-any.whl (101.7 kB view details)

Uploaded Python 3

File details

Details for the file zeep-4.3.1.tar.gz.

File metadata

  • Download URL: zeep-4.3.1.tar.gz
  • Upload date:
  • Size: 166.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for zeep-4.3.1.tar.gz
Algorithm Hash digest
SHA256 f45385e9e1b09d5550e0f51ab9fa7c6842713cab7194139372fd82a99c56a06e
MD5 8ccad8e0d53d52914f1f19a0349635b7
BLAKE2b-256 09354a91181499a1e098cb01e04a26a053714adf2fb1c25b40fdc5f46cfe2e4f

See more details on using hashes here.

File details

Details for the file zeep-4.3.1-py3-none-any.whl.

File metadata

  • Download URL: zeep-4.3.1-py3-none-any.whl
  • Upload date:
  • Size: 101.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for zeep-4.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a637aa7eedb6330bb27e8c94c5233ddf23553904323adf9398f8cf5025acb216
MD5 f874c9b5e79ffedd4cf257ec335db4e8
BLAKE2b-256 46928a76eeccb5c176ea3de3965598b6fcd10dc9d72a560e59919b52845327ed

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page