[Migrated content. Thread originally posted on 01 March 2004]
I'm looking for an example of sending and receiving an html request in cobol.The purpose is to send a request to a sms server like 'sms.server.com 310000000&message=test'.
then to receive de answer of the server which is a short html page with a status (which i want to check in my the cobol program).
If possible an example with c$socket. Thx.


