PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM - Http & Rest Functions and variables
WM - Http & Rest Functions and variables
Iniciado por guest, 24,nov. 2015 09:43 - 1 respuesta
Publicado el 24,noviembre 2015 - 09:43
Hi All,

I tried to used the (HttpRequest, HttpResponse, RestRequest) as a variable and RestSen in WM but its showing "type not allowed in windev mobile".
Its there any way to use this Functions?


Thanks,
ech
Publicado el 24,noviembre 2015 - 11:34
Hi, although these types are allowed in WM, I believe they cannot be used in cases where you are working on an android project, I don't know why that is, afaik they are all based on the same http request which works on all platforms.......

In this case you can use the httprequest function, it is a bit different to use, but I have Always managed to get reuqests to services working with that one: http://doc.windev.com/en-US/…

I expect that the variable types will be available in 21 for more platforms ( incl android).