Scenario: "I have a COBOL server program and I want to call this from a Web service client."
Solution: Select an existing COBOL server program and generate the integration logic
to call it from a Web service client
. See also the steps 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. |
![]() |
Test call from Web service client to COBOL server program. |