PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Compress Data for Webservice
[WD20] Compress Data for Webservice
Iniciado por guest, 21,nov. 2015 13:13 - No hay respuesta
Publicado el 21,noviembre 2015 - 13:13
Hi,

I have built my own webservice system with windev+webdev.

I call a website in windev with httprequest and the site returns the data.

I use "fileToArray" and "serialize/deserialze" with the parameter "psdBinary".

Some times I need to transfer a large amount of data and the process to retrieve these data takes some time ...

Is the any way to compress these data before transferring ?