PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → webservice windev v20
webservice windev v20
Iniciado por Victor H Pereyra, 18,mar. 2016 17:13 - 1 respuesta
Publicado el 18,marzo 2016 - 17:13
Hello

Someone knows best and easy to do a debug of a webservice in windev v20?

Thank you
victor
Publicado el 11,mayo 2016 - 15:33
The easiest way is to use trace outputting to a file. This ends up on the server and you can examine it with notepad.

Another thought I had was creating a simple webservice, create a procedure to pass the debug txt via a URL
This could then be saved to a DB which you can access in a separate tool from your workstation.

HTH

Bob