Generating a COBOL Program Service Interface from a WSDL or JSON File

Starting with an existing WSDL or JSON file, Enterprise Developer can generate a COBOL Program service interface that you can view and edit in the Interface Mapper and use just as you would a service interface created from scratch. The generated service interface uses default mappings. Its files consist of the following, where by default, filename is the file prefix of the WSDL or JSON file:

filename.svi
The COBOL Program service interface file
filename.cbl
The skeleton COBOL program

Enterprise Developer adds these generated files to the current project in a new folder with the same name as the file prefix of the generated .svi file.