Creating a REST API in OpenEdge WITHOUT Using PAS for OpenEd

Posted by v205 on 09-Oct-2018 09:38

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

Posted by Shelley Chase on 11-Jun-2019 20:57

Take a look in the OpenEdge documentation at:

documentation.progress.com/.../index.html

All Replies

Posted by Shelley Chase on 11-Jun-2019 20:57

Take a look in the OpenEdge documentation at:

documentation.progress.com/.../index.html

Posted by Shelley Chase on 11-Jun-2019 20:58

Hi H,

Take a look at the OE documentation at:

documentation.progress.com/.../index.html

This works with the Classic AppServer

-Shelley

Posted by Torben on 12-Jun-2019 08:37

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

This thread is closed