0

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?

tcsgeek
  • 141
  • 7
  • The HTTPTimeOut() does not reference the SOAPRunXML() command as being affected... seems like it would. – tcsgeek May 30 '14 at 02:17

1 Answers1

2

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.

Pimmetje
  • 133
  • 2
  • 11