Generated COBOL Client Components

Generated COBOL console client components are the same whether generated from WSDL, or JSON Schema, or OpenAPI (Swagger). In the descriptions below, myservice represents the default name, which is the filename prefix of the WSDL, or JSON schema or OpenAPI (Swagger) file:

myService-app.cbl
A sample client COBOL program.
myService-proxy.cbl
A COBOL program for invoking the service via a production client.
myService-copy.cpy
A copybook used by both the -app and -proxy programs.

See COBOL Console Client for details.