Hi
My service takes ~5 minutes time. When I call it, I get:
Traceback (most recent call last):
File "test_soap_global2.py", line 2151, in <module>
result=client.service.soap_create_model(INPUT_PDB, INPUT_ALIGNMENT,
TEMP_CHAIN_NAME, MODEL_CHAIN_NAME)
File "build/bdist.linux-x86_64/egg/suds/client.py", line 537, in __call__
File "build/bdist.linux-x86_64/egg/suds/client.py", line 597, in invoke
File "build/bdist.linux-x86_64/egg/suds/client.py", line 622, in send
File "build/bdist.linux-x86_64/egg/suds/transport/http.py", line 85,
in send
File "build/bdist.linux-x86_64/egg/suds/transport/http.py", line 107,
in __open
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = self._open(req, data)
File "/usr/lib/python2.6/urllib2.py", line 407, in _open
'_open', req)
File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 1146, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.6/urllib2.py", line 1121, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error timed out>
Jerzy Orlowski