Invoke any services from mainframe applications via Java: A hands-on guide to calling out into Java from Batch via CICS and Liberty

Those who read my earlier blog article on accessing CICS programs via Liberty from WebServices, remember that I was announcing this article. So, let’s dive into it. Integrating COBOL batch programs with modern Java applications running in CICS is a common requirement in enterprise mainframe environments. The External Call Interface (EXCI) provides the bridge, allowing…