12 years ago
Webservice timeout error
Hello,
I have a call to webservice in a form:
var response = WebServices.EAService.strReceiveTransaction(
strSource,
strSourceTransaction);
But the problem is that this service runs for several minutes. Exactly after 1min - Testcomplete9 says - timeout error. I have changed settings in Project Properties - Web page loading time = 200000.
I've changed Options of Webservices - Send, Receive, Connect to 36000s. But still I get the same error.
Is there any workaround?
I have a call to webservice in a form:
var response = WebServices.EAService.strReceiveTransaction(
strSource,
strSourceTransaction);
But the problem is that this service runs for several minutes. Exactly after 1min - Testcomplete9 says - timeout error. I have changed settings in Project Properties - Web page loading time = 200000.
I've changed Options of Webservices - Send, Receive, Connect to 36000s. But still I get the same error.
Is there any workaround?