PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → HTTPS and Web Services
HTTPS and Web Services
Iniciado por guest, 13,ago. 2015 21:47 - 2 respuestas
Publicado el 13,agosto 2015 - 21:47
Hi All

I have mobile apps calling a number of web services. This all works very well. The address is always http://etc Is it possible to call the web service using https and if so what changes should I make to the service? I am currently getting method call failures with zero data being returned. I am guessing that the issue is with the https call.

Cheers
Andre
Publicado el 13,agosto 2015 - 23:05
Hi André,

what kind of mobile apps? From what I remember, https is NOT supported on IOS.

As an alternative, you can encrypt your communication yourself (there is an example of that in wxreplication)

Best regards
Publicado el 20,agosto 2015 - 19:56
Hi Fabrice

Android and iOS.

The problem I am having is that the client wants to use https. We are encrypting data streams anyway. I will check out the iOS https angle.

Cheers
Andre