Scenario: "I want to call a Web service 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. | |
Test call from COBOL client to Web service. |