Some general advice would be to install SoapUI and use it to validate the WSDL. If SoapUI shows errors in the WSDL (such as import problems), you really should contact the vendor/provider who is hosting the endpoint and have them fix it.<div>

<br></div><div>If that&#39;s not an option, you can download the WSDL to a local file and tweak it until Suds accepts it. In my experience, that&#39;s been a quicker workaround path than dealing with the Doctor facility.</div>

<div><br></div><div> - Chris<br><br><div class="gmail_quote">On Wed, Apr 11, 2012 at 5:50 PM, no spam <span dir="ltr">&lt;<a href="mailto:mrs.nospam@gmail.com">mrs.nospam@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

The error happens in this line of python:<div><blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:40px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">


<p>client = Client(vantage_soapuri)</p></blockquote>Can I use the Doctor class as mentioned in the suds docs for Fixing broken schemas?  Because this schema isn&#39;t located on my local box.<br><br><div class="gmail_quote">


On Wed, Apr 11, 2012 at 4:38 PM, Dave Bonner <span dir="ltr">&lt;<a href="mailto:dbonner@cogolabs.com" target="_blank">dbonner@cogolabs.com</a>&gt;</span> wrote:<div class="im"><br><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


Without having the code to look at, I&#39;d asume that one of the wsdl imports has a url that won&#39;t resolve.  Given the error, I&#39;d guess this guy is the culprit.<div><br></div><div><div style="font-family:monospace;font-size:13px">


&lt;wsdl:import namespace=&quot;<a href="http://telestream.vantage.sdk/2010/07" target="_blank">http://Telestream.Vantage.Sdk/2010/07</a>&quot; location=&quot;<a href="http://win-rissnu3iphi:8676/?wsdl=wsdl0" target="_blank">http://win-rissnu3iphi:8676/?wsdl=wsdl0</a>&quot;/&gt;</div>


<div style="font-family:monospace;font-size:13px">&lt;wsdl:types/&gt;</div></div><div><br></div></blockquote></div></div></div>
<br>_______________________________________________<br>
suds mailing list<br>
<a href="mailto:suds@lists.fedoraproject.org">suds@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/suds" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/suds</a><br></blockquote></div><br></div>