You can generate a full COBOL client console application starting from a WSDL or JSON file that was generated using the Interface Mapping Toolkit (IMTK), or created using some other method. You can deploy the client application to Enterprise Server. The generated application files consist of the following, where by default, filename is the file prefix of the WSDL or JSON file:
Enterprise Developer adds these generated files as a new project in the current solution. The new project name is the same as the WSDL or JSON file prefix.
We provide two methods you can use to generate WSDL or JSON client applications and/or service interfaces from the Enterprise Developer IDE:
When you generate just a service interface, Enterprise Developer adds the resulting service interface file and skeleton COBOL program to the existing project.
When you generate a client application, Enterprise Developer adds the resulting files to a subfolder in the project.
Default string length: | 256 |
Default array size: | 256 |
See To set client generation properties for instructions.
Generation from the command line is fully documented in the imtkmake command topic.