PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to debug a WEBservice ? (WD19)
How to debug a WEBservice ? (WD19)
Iniciado por guest, 06,abr. 2015 20:12 - 1 respuesta
Publicado el 06,abril 2015 - 20:12
Hi,
Any ideas of how to debug a WEBService ?
I am trying to send an array of structure to a webService (developed with WD19) - and running localy on the WebServer included in WB 19.

I serialize and (deserialize) the data but I can't find what is going wrong at my WebService code.

Steven Sitas
Publicado el 06,abril 2015 - 20:41
Hi Steven

use trace with a file as a target to save information at each step of your code, then study the resulting log

Best regards