E
egarcia
Guest
Hello, You may probably be all set on this. Just in case, I wanted to give you some suggestions. You can create a REST Service from Progress Developer Studio by creating a new OpenEdge project and using REST as the project type. You can use an existing ABL program, or create a new ABL procedure or class file to use as a service interface. You can use the Progress OpenEdge -- Define Service Interface wizard (right mouse click from the editor or Project Explorer) to add the annotations and export the the procedures or methods that you want. Then you would use the Edit option of the Defined Services node in the Project Explorer to access the REST Resource URI Editor and define the URI and the mapping. I am attaching a sample program that users the Customer table. (Please visit the site to view this file) Here is a link to a video showing how to create the service: (Please visit the site to view this video) (download size is 355MB) Note: This video corresponds to the same demo presented at the PUG Challenge Americas. However, the recording at the PUG Challenge was only audio. You can find the presentation at pugchallenge.org/downloads.html Look for session 1468: Developing REST support for B2B access to your AppServer application I hope this helps.
Continue reading...
Continue reading...