Skip to content

pankajnits/suds-py3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suds-py3

forked from https://github.com/cackharot/suds-py3

Overview

The "Suds" web services client is a lightweight soap-based client for python the is licensed under LGPL.

For details, visit:

Examples

Examples folder contains sample SOAP services in JAVA, .NET WCF.

There will be only one python client that loads WSDL from http://localhost:8181/soap/helloservice?wsdl <- This is served by one of the above services.

RUN Any one of the above services

RUN python examples/test_client.py to test whether this package is working properly.

Running JAVA Soap service

  • cd examples/java-soap/ && sh run_service.sh

Running .NET WCF service

  • cd examples/NET45_WCF/ && run_service.bat <- Run this in Visual Studio developer command prompt

About

forked from https://github.com/cackharot/suds-py3 supporting asyncio

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%