.editorconfig
.gitignore
.travis.yml
CHANGES
LICENSE
Makefile
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_templates/sidebar-intro.html
examples/code39.py
examples/echo_services.py
examples/eu_vat_service.py
examples/km_to_miles.py
src/zeep/__init__.py
src/zeep/__main__.py
src/zeep/cache.py
src/zeep/client.py
src/zeep/exceptions.py
src/zeep/helpers.py
src/zeep/parser.py
src/zeep/plugins.py
src/zeep/transports.py
src/zeep/utils.py
src/zeep/wsa.py
src/zeep.egg-info/PKG-INFO
src/zeep.egg-info/SOURCES.txt
src/zeep.egg-info/dependency_links.txt
src/zeep.egg-info/not-zip-safe
src/zeep.egg-info/pbr.json
src/zeep.egg-info/requires.txt
src/zeep.egg-info/top_level.txt
src/zeep/wsdl/__init__.py
src/zeep/wsdl/definitions.py
src/zeep/wsdl/http.py
src/zeep/wsdl/messages.py
src/zeep/wsdl/soap.py
src/zeep/wsdl/utils.py
src/zeep/wsdl/wsdl.py
src/zeep/wsse/__init__.py
src/zeep/wsse/username.py
src/zeep/wsse/utils.py
src/zeep/xsd/__init__.py
src/zeep/xsd/builtins.py
src/zeep/xsd/context.py
src/zeep/xsd/elements.py
src/zeep/xsd/indicators.py
src/zeep/xsd/parser.py
src/zeep/xsd/printer.py
src/zeep/xsd/schema.py
src/zeep/xsd/types.py
src/zeep/xsd/utils.py
src/zeep/xsd/valueobjects.py
src/zeep/xsd/visitor.py
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_client.py
tests/test_helpers.py
tests/test_response.py
tests/test_wsdl.py
tests/test_xsd.py
tests/test_xsd_builtins.py
tests/test_xsd_integration.py
tests/test_xsd_parse.py
tests/test_xsd_visitor.py
tests/utils.py
tests/integration/hello_world_recursive.wsdl
tests/integration/hello_world_recursive_import.wsdl
tests/integration/recursive_schema_a.xsd
tests/integration/recursive_schema_b.xsd
tests/integration/recursive_schema_c.xsd
tests/integration/recursive_schema_main.wsdl
tests/integration/test_hello_world_recursive.py
tests/integration/test_recursive_schema.py
tests/wsdl_files/http.wsdl
tests/wsdl_files/soap.wsdl
tests/wsdl_files/soap_header.wsdl