<div dir="ltr">Hi,<div><br></div><div>Answering my own post :)</div><div><br></div><div>I saw version <span class="Apple-style-span" style="font-family: verdana; ">0.3.2 Beta (r319) was yesterday made available for download.</span></div>
<div><span class="Apple-style-span" style="font-family: verdana;">Installed it, got another error, recalled Tips & Tricks section about namespaces, added some extra lines et voila!</span></div><div><br></div><div><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>import logging</div><div>from suds.client import Client</div><div>from suds.xsd.sxbasic import Import</div><div><br>
</div><div>logging.basicConfig(level=logging.INFO)</div><div><br></div><div>ns = '<a href="http://schemas.xmlsoap.org/soap/encoding/">http://schemas.xmlsoap.org/soap/encoding/</a>'</div><div>Import.bind(ns)</div><div>
<br></div><div>url = "<a href="http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl">http://jira.atlassian.com/rpc/soap/jirasoapservice-v2?wsdl</a>"</div><div>client = Client(url)</div><div># Login</div><div>
auth = client.service.login('soaptester', 'soaptester')</div><div><br></div><div># OK - Retrieve issue info<br></div><div>print client.service.getIssue(auth, 'TST-3410')</div></blockquote><div><br>
</div><div>I'm a happy bunny :)</div><div><br></div><div>Cheers,</div><div>rev </div></div></div></div>