Consuming a Web Service from Batch — Calling Java from COBOL (MVS)
This is a application development pattern sample demonstrating how a batch COBOL program might consume a Web Service by invoking methods on java objects. This procedure might be an alternative to the often used design pattern which is to code the batch COBOL program to call a CICS program using EXCI and the CICS program… Read More »