{"id":22419,"library":"suds-jurko","title":"suds-jurko","description":"A lightweight SOAP client library, forked from suds by Jurko Gospodnetić. Version 0.6 is the latest stable release. The project is in maintenance mode with infrequent updates.","status":"maintenance","version":"0.6","language":"python","source_language":"en","source_url":"https://bitbucket.org/jurko/suds","tags":["soap","wsdl","client","web-services"],"install":[{"cmd":"pip install suds-jurko","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Standard import for SOAP client.","symbol":"Client","correct":"from suds.client import Client"}],"quickstart":{"code":"from suds.client import Client\nurl = 'http://example.com/service?wsdl'\nclient = Client(url, cache=None)\nprint(client)","lang":"python","description":"Create a SOAP client from a WSDL URL."},"warnings":[{"fix":"Use 'zeep' library instead: pip install zeep, then from zeep import Client.","message":"suds-jurko is in maintenance mode; consider using zeep for new projects that require active development and modern features.","severity":"deprecated","affected_versions":"all"},{"fix":"Instantiate Client with cache=None: Client(url, cache=None).","message":"Always set cache=None when debugging; the default Cache object can cause stale results and obscure errors.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run: pip install suds-jurko","cause":"Installed the wrong package (original suds) or missing suds-jurko.","error":"ImportError: No module named suds"},{"fix":"Print client to see available methods: print(client). Verify method name and parameter types.","cause":"SOAP service returned an error; often due to incorrect method call or parameters.","error":"suds.WebFault: Server raised fault"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}