Version 9.6
 —  Common Integration Scenarios  —

Calling Integration Server from COBOL

Scenario: "I have an Integration Server service and want to call this from a COBOL application."

graphics/is2cob-simple.png

Solution: Select an existing Integration Server service graphics/blue_1.gif and generate the integration logic graphics/blue_2.gif to call it from a COBOL application graphics/blue_3.gif. See also the steps below.

graphics/is2cob-solution.png

graphics/blue_1.gif Read package from Integration Server and generate Integration Server adapter services and listeners. See Using the IDL Extractor for Integration Server.
graphics/blue_2.gif Generate objects for COBOL client application. See COBOL Wrapper.
graphics/blue_3.gif Execute call from COBOL client to Integration Server listener.

Top of page