web connection parameter

RealHeavyDude

Well-Known Member
When you want to access a web page you have you need to open the URL in a HTTP client.

OpenEdge 10.2b is very ( more that 10 years ) old and I am pretty sure that the HTTP client classes only have been introduced in a later OpenEdge 11 release. Therefore you need to either
 

RealHeavyDude

Well-Known Member
One of the reasons is that the version of OpenEdge that you use is very old and you need to do "hardcore" socket coding for such stuff. Don't know whether OE 10.2B already supports the .NET integration. If it does, as an alternative you could also use the .NET HttpRequest object direct from within the ABL.
 
Top