PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [WD23] Unable to debug REST webservice
[WD23] Unable to debug REST webservice
Started by Tim, Mar., 24 2020 10:49 AM - 1 reply
Registered member
34 messages
Popularité : +3 (3 votes)
Posted on March, 24 2020 - 10:49 AM
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!
Posted on March, 26 2020 - 1:44 AM
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