I'm not sure what happened.  I rebooted my system.  I deleted all cache files.  Now when I instantiate the client with cache=None I am successful.<br><br>Thank you for all the assistance.<br><br><div class="gmail_quote">
On Wed, Oct 7, 2009 at 1:32 PM, Jeff Ortel <span dir="ltr"><<a href="mailto:jortel@redhat.com">jortel@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maybe the WSDL URL is wrong or the WSDL isn't valid XML.<br>
<br>
When you browse the WSDL URL using your web browser, do you get a valid document?<div class="im"><br>
<br>
On 10/07/2009 01:27 PM, Sammy Flarn wrote:<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
Jeff - I only have 1 suds client running on this system.<br>
<br>
On Wed, Oct 7, 2009 at 1:21 PM, Sammy Flarn <<a href="mailto:sammyflarn@gmail.com" target="_blank">sammyflarn@gmail.com</a><br></div><div class="im">
<mailto:<a href="mailto:sammyflarn@gmail.com" target="_blank">sammyflarn@gmail.com</a>>> wrote:<br>
<br>
    Thanks for the suggestions.  I tried deleting the cache in between<br>
    client instantiations and still received the 'mismatched tag'<br>
    error.  I also tried creating the client without a cache, but<br>
    received a simliar 'mistmatched tag' error; instead of listing a<br>
    file in the error, it lists unknown:<br>
    xml.sax._exceptions.SAXParseException: <unknown>:59:18: mismatched tag<br>
<br>
<br>
<br>
<br>
<br>
    On Wed, Oct 7, 2009 at 1:15 PM, dinosaur robot <<a href="mailto:diN0bot@bilumi.org" target="_blank">diN0bot@bilumi.org</a><br></div><div class="im">
    <mailto:<a href="mailto:diN0bot@bilumi.org" target="_blank">diN0bot@bilumi.org</a>>> wrote:<br>
<br>
        sorry, sent too soon. I meant to add that the deleting of tmp<br>
        directories only worked for me sometimes, too. It usually took<br>
        repeated attempts at Client instantiation and tmp deletion. Paired<br>
        with cache=None the problem went away.<br>
<br>
        On Wed, Oct 7, 2009 at 2:13 PM, dinosaur robot<br></div><div class="im">
        <<a href="mailto:diN0bot@bilumi.org" target="_blank">diN0bot@bilumi.org</a> <mailto:<a href="mailto:diN0bot@bilumi.org" target="_blank">diN0bot@bilumi.org</a>>> wrote:<br>
         > I think you need to clear your cache. The end of the error<br>
        message<br>
         > specifies the file as<br>
         >    /tmp/suds/suds-823874735.http<br>
         ><br>
         > you can also instantiate a client without a cache via<br>
         >    client = Client(url, cache=None)<br>
         ><br>
         > On Wed, Oct 7, 2009 at 1:57 PM, Sammy Flarn<br></div><div><div></div><div class="h5">
        <<a href="mailto:sammyflarn@gmail.com" target="_blank">sammyflarn@gmail.com</a> <mailto:<a href="mailto:sammyflarn@gmail.com" target="_blank">sammyflarn@gmail.com</a>>> wrote:<br>
         >> Hi -<br>
         >><br>
         >> I am trying to connect to an IP and get the following<br>
        error.  I am using<br>
         >> SUDS 0.3.6.<br>
         >><br>
         >>>>> client = Client(url)<br>
         >> Traceback (most recent call last):<br>
         >>   File "<stdin>", line 1, in ?<br>
         >>   File<br>
        "/usr/local/lib/python2.4/site-packages/suds/client.py", line<br>
        106, in<br>
         >> __init__<br>
         >>     self.wsdl = Definitions(url, options)<br>
         >>   File<br>
        "/usr/local/lib/python2.4/site-packages/suds/wsdl.py", line 171, in<br>
         >> __init__<br>
         >>     root = p.parse(url=url).root()<br>
         >>   File<br>
        "/usr/local/lib/python2.4/site-packages/suds/sax/parser.py", line<br>
         >> 134, in parse<br>
         >>     sax.parse(fp)<br>
         >>   File "/usr/local/lib/python2.4/xml/sax/expatreader.py",<br>
        line 107, in parse<br>
         >>     xmlreader.IncrementalParser.parse(self, source)<br>
         >>   File "/usr/local/lib/python2.4/xml/sax/xmlreader.py", line<br>
        123, in parse<br>
         >>     self.feed(buffer)<br>
         >>   File "/usr/local/lib/python2.4/xml/sax/expatreader.py",<br>
        line 211, in feed<br>
         >>     self._err_handler.fatalError(exc)<br>
         >>   File "/usr/local/lib/python2.4/xml/sax/handler.py", line<br>
        38, in fatalError<br>
         >>     raise exception<br>
         >> xml.sax._exceptions.SAXParseException:<br>
        /tmp/suds/suds-823874735.http:59:18:<br>
         >> mismatched tag<br>
         >><br>
         >> Ticket #256 --> <a href="https://fedorahosted.org/suds/ticket/256" target="_blank">https://fedorahosted.org/suds/ticket/256</a><br>
        suggested deleting<br>
         >> the tmp directories, but this did not help me.<br>
         >><br>
         >> Can anyone give me a suggestion on how to troubleshoot this<br>
        problem?<br>
         >><br>
         >> SammyF<br>
         >><br>
         >><br>
         >><br>
         >><br>
         >> _______________________________________________<br>
         >> fedora-suds-list mailing list<br></div></div>
         >> <a href="mailto:fedora-suds-list@redhat.com" target="_blank">fedora-suds-list@redhat.com</a> <mailto:<a href="mailto:fedora-suds-list@redhat.com" target="_blank">fedora-suds-list@redhat.com</a>><div class="im">
<br>
         >> <a href="https://www.redhat.com/mailman/listinfo/fedora-suds-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-suds-list</a><br>
         >><br>
         ><br>
<br>
<br>
<br>
<br></div>
------------------------------------------------------------------------<div class="im"><br>
<br>
_______________________________________________<br>
fedora-suds-list mailing list<br>
<a href="mailto:fedora-suds-list@redhat.com" target="_blank">fedora-suds-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-suds-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-suds-list</a><br>
</div></blockquote>
<br>
</blockquote></div><br>