Scenario: "I have a Web service and want to call this from a COBOL application."
Solution: Select an existing Web service and generate the integration logic to call it from a COBOL application . See also the steps below.
Extract WSDL from Web service. See Using the Software AG IDL Extractor for WSDL. | |
Generate objects for COBOL client application. See COBOL Wrapper. | |
Execute call from COBOL client to Web service. |