Web Interface

Subhransu

Member
Hi All,
I am using Progress 9.1e (CUI). As per the requirements my 4GL appication need to interact with a web application. The idea is to capture the http response from the web application and perform some operations depending upon the response. Can someone help me?

Thanks.
Subhransu
 
I dont understand. Do you plan to make request to web application and get http response and then process response with 4GL. Or Do your Web application request some data from Progress DB and 4GL response to Web Application.
 
Basically I would like to make request to web application and get http response and then process response with 4GL. Is there a way?
 
If your web app supports Web Services you can connect to web services, make request to WS and get back response as 4GL temp-table(s).

ahh sorry... 9 Progress dont support WS Client.
 
The better option, would be to up grade to OpenEdge,
all your problems would be solved. The db is compatible and support is more widely available for the OE releases.
 
Back
Top