Scenario: "I have a COBOL server program and want to call this from a Web service client."
This scenario uses the tools IDL Extractor for COBOL and Web Services Wrapper of the Designer.
Solution: Take an existing COBOL server program and generate the integration logic to call it from a Web service client , as shown below.
Extract the interface of the COBOL server program. See Using the IDL Extractor for COBOL - Overview. | |
Generate Web service client objects. See Using the EntireX Web Services Wrapper. | |
Execute the call from Web service client to COBOL server program. |