PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD23] Unable to debug REST webservice
[WD23] Unable to debug REST webservice
Iniciado por Tim, 24,mar. 2020 10:49 - 1 respuesta
Miembro registrado
34 mensajes
Publicado el 24,marzo 2020 - 10:49
Hi all,

I'm using windev 23 to develop a REST webservice.
The problem is I can't debug it. I always get a 404.

I press CTRL+F9, I select to debug manually (so I can use postman). The webservice appears in the WDAdmin program.
When I use postman (or use the test button in WDAdmin) I get a 404.

When I install the webservice, it works, but I can't debug what makes development a bit harder.

Any ideas?

Thanks!
Publicado el 26,marzo 2020 - 01:44
FWIW I have exactly the same problem with WD24. I've resorted to writing debug related entries to a file which I can view to see variable status etc