Generated COBOL Client Components

Generated COBOL console client components are the same whether generated from WSDL or JSON schema. In the descriptions below, myservice represents the default name, which is the filename prefix of the WSDL or JSON schema file or, for request-response JSON, the request JSON schema file:

myService-app.cbl
The generated 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.