📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 01:55:24
📂
/ (Root)
/
usr
/
share
/
doc
/
python3-pysimplesoap
📍 /usr/share/doc/python3-pysimplesoap
🔄 Refresh
✏️
Editing: README.md
Read Only
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
💾 Save Changes
❌ Cancel