Scio: SOAP Classes for Input and Output

Warning

Scio is under active development. These documents may change frequently as new versions are released. Please make sure that you are looking at the most current version.

Scio is a python library for interacting with SOAP services. It parses WSDL files to produce type classes and service calls that may be used to call SOAP services and handle the results of those calls in a humane way.

Scio also includes a Sphinx extension for generating documentation from WSDL files.

While Scio itself is pure python, it requires lxml.

Contents:

Indices and tables

Changelog

0.9

  • Initial public (BSD licensed) release.

Project Versions

Table Of Contents

Next topic

Scio: Quickstart

This Page