Further Adventures with COBOL, XML & SSL
Building on earlier articles COBOL POSIX Sockets, COBOL SSL Sockets and Consuming an XML service with COBOL, we want to enhance our project to handle multiple requests to the XML service, to better handle some errors and HTTP chunking. Objectives, Handle multiple requests read in from SYSIN. Process the requests over a single connection to… Read More »