How do I control the timeout for a webservice call in WinDev?

1.1k Views Asked by At

We have integrated with several different 3rd party web services but we have seen long waits and even timeouts from these services. Is there a way to set the amount of time to wait?

1

There are 1 best solutions below

1
On

As you already noted HTTPTimeOut works for most network connections. So in my experience it also works for SOAPRunXML().

http://doc.windev.com/en-US/?3043008 HTTPTimeOut

http://doc.windev.com/en-US/?3069014 SOAPRunXML

In HTTPTimeOut is a reference to SOAPRun but in soap run there is no reference to HTTPTimeOut. This shows that the documentation is far from complete.