Greetings.
I have been tasked with exploring if it is possible to create a RESTful API using OpenEdge but without having to use PAS for OpenEdge.
If someone can point me in the right direction where I can find a tutorial or a PDF walking me through what steps are involved, I would be very grateful.
Thanks,
H
Take a look in the OpenEdge documentation at:
Take a look in the OpenEdge documentation at:
Hi H,
Take a look at the OE documentation at:
documentation.progress.com/.../index.html
This works with the Classic AppServer
-Shelley
Multiple options
* Classic AppServer
* Write your own socket listener (webserver) in ABL
* Use DataDirect or Kinvey products as middleware
+ I'm sure multiple other options
Our choice is WebHandler in PASOE