PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Check webservice availability
Check webservice availability
Iniciado por guest, 31,mar. 2015 08:47 - No hay respuesta
Publicado el 31,marzo 2015 - 08:47
My WinDev project uses webservice function created in WebDev that is imported into WinDev project so I can use webservice as regular function like:

SomeObject is SomeObjectClass result is string = WEBSERVICE.SomeFunction(SomeObject)
It is happend that webservice was moved to other IP and unfortunaly WEBSERVICE.SomeFunction does not raise any error. Now I use HTTPRequest to check if webservice..address is available and return 200 OK but may be there is another way to check?

P.S. I read about SOAP functions but I did't find how to specify the non-simple type for parameter.