## page was renamed from suds = suds = suds is a lightweight SOAP python client for consuming Web Services. == Installation == * easy_install suds Sample Test {{{#!highlight python from suds.client import Client url = 'http://192.168.2.1/tlkserverdld/ws.asmx?wsdl' client = Client(url) print( client.service.Add(5,6) ) }}}