Skip to content

aviad/pysimplesoap

This branch is 91 commits behind pysimplesoap/pysimplesoap:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2014
Sep 27, 2014
Sep 23, 2014
Jun 2, 2013
May 9, 2012
May 6, 2014
Jun 14, 2013
Jun 8, 2013
Jun 2, 2013
May 25, 2014

Repository files navigation

Features

This fork has the following features:

  • Corrected support for multiple SOAP ports/bindings
  • Support for both import and include stanzas in WSDL
  • Support for a WSDL base directory to deal with relative pathnames in import/include stanzas
  • Somewhat saner traceing/logging (traces now go to log.debug(), which you can handle per module)
  • Somewhat more readable logic (by removing a bunch of helpers to a separate file)

Testing

Using Python 2.7+:

python -m unittest discover

Using older Python versions:

python -m unittest tests/suite.py

Code coverage:

sudo pip install coverage
coverage run tests/suite.py
coverage report -m 
coverage html

About

Python Simple SOAP Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%