The runtime has a utility called "rmnet" built in which can be used with options to do calls to a webserver using http.
See documentation for RMNet Routines.
RMNet Application Programming Interface (API) to emulate a browser that extracts information from a web site or interacts with a web service using SOAP.
RMNet moves data between the a web client, which is typically an ACUCOBOL_GT extend program, and a web server. A Universal Resource Locator (URL) describes the resource. The resource dictates the data format. For example, if submitting data to a web form used by a browser, the data must be formatted to comply with the W3C specification for application/x-www-form-urlencoded. When interacting with a SOAP web service, XML documents are exchanged.
There are samples in the runtime folder under samples have a look for the rmnet folder.