D
dzizes
Hello!
I wrote some some python code for executing a soap method:
import SOAPpy
from SOAPpy import WSDL
_server = WSDL.Proxy(some wsdl)
r=_server.generuj(some parameters...)
print r.encode('cp1250')
It works fine. However, the execution time of this soap method might be
long. Therefore, I would like to set a timeout like 1 minute, after which I
would post a timeoute message.
Any ideas?
Greats,
I wrote some some python code for executing a soap method:
import SOAPpy
from SOAPpy import WSDL
_server = WSDL.Proxy(some wsdl)
r=_server.generuj(some parameters...)
print r.encode('cp1250')
It works fine. However, the execution time of this soap method might be
long. Therefore, I would like to set a timeout like 1 minute, after which I
would post a timeoute message.
Any ideas?
Greats,