After you import an OpenAPI Specification, the following artifacts are auto generated.
Note: When you re-import the OpenAPI Specification, all the artifacts are recreated. For more information, refer to Reimporting an OpenAPI Specification.
The following artifacts are generated in the Namespace folder.
COBOL Copy Book
In the COBOL application, you can use the COBOL copy book to make an outbound service call.
The COBOL copy book name takes the following format:
For MCP, <Namespace>Namespace.c85_m
For OS 2200, <Namespace>Namespace.ucob
For more information, refer to Generating COBOL Copy Books and COBOL OpenAPI Extensions.
Models
Models contain the C# Model files that are created using the COBOL copy books.
OpenAPI Models
OpenAPI models contain the C# model files that are created using the OpenAPI Specification Schema.
In the Controller folder, the following artifact is generated:
Proxy Controller
Proxy Controller contains the proxy for calling the RESTful service operation methods defined in the OpenAPI specification. You can add custom functionality by using a C# partial class. The name of the Proxy controller class is in the following format:
<Namespace>Controller.cs.