Introduction

Soapbox is a SOAP library for Python capable of generating Python modules from WSDL documents and providing a dispatcher for the Django framework.

  • Generate Python modules based on WSDL and XSD documents.
  • Execute SOAP requests from generated client modules.
  • Provide a dispatcher for Django and stub server modules.

Project sponsored by Flight Data Services and released under the Open Software License (OSL-3.0).

Installation

Package requires pip for installation.

pip install Soapbox

Source Code

Source code is available from Google Code:

Documentation

Documentation is available from the Python Package Index:

Table Of Contents

Previous topic

Soapbox 0.3.7

Next topic

Tutorial

This Page