Help for Appserver restbroker1 configuration

I want to configure and get the restbroker1 on Openedge 11.6 classic app server up and running. I am using IIS 10 on Windows Server 2022 Standard. Normally, when I configure restbroker1, I see that access to the broker is made through the logs. However, I need to get a response from a test application like hello.p. How should it be configured?"I need a guide step by step. I would appreciate your help.
 

Attachments

You should be aware that 11.6 - and tomorrow, all 11.x releases - is retired.

The example you have in the attached hello.p looks like Classic WebSpeed code. It will not work with restbroker (aka the Rest Adapter aka the REST transport in PASOE).

A simple program to return data for the rest adapter needs to use output parameters that are mapped to HTTP constructs (eg headers or bodies). There are tools (eg the Rest Expose Editor) in PDSOE that allow you to perform such mappings.

You can get access to the 11.6 documentation at Progress Documentation .
 
Back
Top