HI,<br>  I am trying to use the attachment object in soaplib. I am sending an attachment object and some other arguments and also receving an attachment object. So times I am able to receive the output image SVG file in my client side. But sometimes I am not. I am getting the following error message:<br>
-------------<br>Traceback (most recent call last):<br>  File "bifaclient.py", line 12, in <module><br>    received=client.BiFa_analyser(file_to_send,"[Mm]ouse",0.1,".",'all',False,True)<br>
  File "/Volumes/RAID1/xraid/Users/sukadeb/local/lib/python2.5/site-packages/soaplib-0.7.2dev_r27-py2.5.egg/soaplib/client.py", line 161, in __call__<br>    payload, headers = from_soap(data)<br>  File "/Volumes/RAID1/xraid/Users/sukadeb/local/lib/python2.5/site-packages/soaplib-0.7.2dev_r27-py2.5.egg/soaplib/soap.py", line 89, in from_soap<br>
    root, xmlids = ElementTree.XMLID(xml_string)<br>  File "<string>", line 89, in XMLID<br>  File "<string>", line 86, in XML<br>SyntaxError: no element found: line 1067, column 0<br>----------------<br>
<br> Due to firewall problems my server and client are in the same machine but in different directories.<br><br>Kindly Help,<br>Thank you in advance,<br>Sukadeb.<br>