Thanks for the suggestions.  I tried deleting the cache in between client instantiations and still received the 'mismatched tag' error.  I also tried creating the client without a cache, but received a simliar 'mistmatched tag' error; instead of listing a file in the error, it lists unknown:<br>
xml.sax._exceptions.SAXParseException: <unknown>:59:18: mismatched tag<br><br><br><br><br><div class="gmail_quote">On Wed, Oct 7, 2009 at 1:15 PM, dinosaur robot <span dir="ltr"><<a href="mailto:diN0bot@bilumi.org">diN0bot@bilumi.org</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;">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>
<div><div></div><div class="h5"><br>
On Wed, Oct 7, 2009 at 2:13 PM, dinosaur robot <<a href="mailto:diN0bot@bilumi.org">diN0bot@bilumi.org</a>> wrote:<br>
> I think you need to clear your cache. The end of the error 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 <<a href="mailto:sammyflarn@gmail.com">sammyflarn@gmail.com</a>> wrote:<br>
>> Hi -<br>
>><br>
>> I am trying to connect to an IP and get the following 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 "/usr/local/lib/python2.4/site-packages/suds/client.py", line 106, in<br>
>> __init__<br>
>>     self.wsdl = Definitions(url, options)<br>
>>   File "/usr/local/lib/python2.4/site-packages/suds/wsdl.py", line 171, in<br>
>> __init__<br>
>>     root = p.parse(url=url).root()<br>
>>   File "/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", line 107, in parse<br>
>>     xmlreader.IncrementalParser.parse(self, source)<br>
>>   File "/usr/local/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse<br>
>>     self.feed(buffer)<br>
>>   File "/usr/local/lib/python2.4/xml/sax/expatreader.py", line 211, in feed<br>
>>     self._err_handler.fatalError(exc)<br>
>>   File "/usr/local/lib/python2.4/xml/sax/handler.py", line 38, in fatalError<br>
>>     raise exception<br>
>> xml.sax._exceptions.SAXParseException: /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> 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 problem?<br>
>><br>
>> SammyF<br>
>><br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> fedora-suds-list mailing list<br>
>> <a href="mailto:fedora-suds-list@redhat.com">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>
>><br>
><br>
</div></div></blockquote></div><br>