SOAP integrations

Call and receive SOAP with plain Python objects - no XML, schemas or WSDL compilation.

Get started

Build a request by assigning attributes, invoke the operation over a configured connection and read the response the same way - envelopes, security and addressing come from configuration.

Calling SOAP APIs
service.py

Tutorials

Building blocks

Who mandates what