PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WM19] Web service call timeout
[WM19] Web service call timeout
Iniciado por guest, 24,oct. 2016 13:07 - 2 respuestas
Publicado el 24,octubre 2016 - 13:07
Good morning everybody,

I'm using a web service inside a WM19 project and I would know if it's possible to set a timeout for a request beacause the webservice I have to call is a little bit slow and I would want to wait more time than default to get a response.

Can somebody help me?

Thanks.
Publicado el 24,octubre 2016 - 13:13
Hi,

have a look at the HTTPTimeOut function
Publicado el 24,octubre 2016 - 13:28
Thanks,

I was looking at this function but my question was:

it also works with "native" web services call?

I'm using a web service imported inside my project (I find it under "Webservices" section).