PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → How to make a Web Service in Windev 7.5
How to make a Web Service in Windev 7.5
Started by Eak, Mar., 29 2004 5:30 PM - No answer
Posted on March, 29 2004 - 5:30 PM
I would like to make a web service. The concept is to get the request from
client. It is the request for the data in SQLServer. And then web service
will return set of data back to the requested client. How can I do these? Do
anyone have an example?