Utilizing Java API from a Cobol program
        Posted  
        
            by Hector Ramos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hector Ramos
        
        
        
        Published on 2008-10-02T14:24:54Z
        Indexed on 
            2010/03/26
            16:43 UTC
        
        
        Read the original article
        Hit count: 772
        
We have some COBOL programs running on our mainframe and we need one of those to communicate with our back end vault through a Java API. Is there any way a Cobol program can invoke the Java program?
Would it be possible to use a Web Service from Cobol? How would I integrate a Cobol program with anything else?
© Stack Overflow or respective owner