REST service
Added by Nezar Ab over 9 years ago
Hi,
Is it possible to create RESTful web service in using Wt and communicate with the clients in JSON or XML ? If not, Is there an active opensource framework that enables C developers to create Web services ?
Replies (3)
RE: REST service - Added by Wim Dumon over 9 years ago
Hello Nezar,
In Wt you can do this through the use of class WResource. A WResource can either be private to a session or be deployed at a fixed URL.
BR,
Wim.
RE: REST service - Added by Nezar Ab over 9 years ago
Thanks for replying
Do you mean that I can send Json or XML responses to any client on any platform usnig WResource ?