Jump to content

Integrate simple REST service with uniGUI


tzal

Recommended Posts

Dear uniGUI friends,
   i have a question:
 
How would it be possible to integrate very simple REST type service with uniGUI application?
 
Let's say I have existing uniGUI application on address:
http://www.example.com/unigui_app.dll
And I would want to add web service on this address:
http://www.example.com/unigui_app.dll/rest

Then I could call the web service like this:

GET http://www.example.com/unigui_app.dll/rest?students=123 HTTP/1.1
And into Delphi code I would get these parameters:
Method:    GET
Parameter: students
Value:     123

Thanks for any idea.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...