HI, 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: ------------- Traceback (most recent call last): File "bifaclient.py", line 12, in <module>
received=client.BiFa_analyser(file_to_send,"[Mm]ouse",0.1,".",'all',False,True) 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__ payload, headers = from_soap(data) 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 root, xmlids = ElementTree.XMLID(xml_string) File "<string>", line 89, in XMLID File "<string>", line 86, in XML SyntaxError: no element found: line 1067, column 0 ---------------- Due to firewall problems my server and client are in the same machine but in different directories. Kindly Help, Thank you in advance, Sukadeb.
-- http://mail.python.org/mailman/listinfo/python-list