Skip to main content

Rest Service Generate From Swagger

The REST Service Generator is a development feature that enables you to automatically create REST services by uploading a Swagger (OpenAPI) JSON file.

Running as a configuration-driven component, the generator parses the uploaded Swagger definition and dynamically creates the corresponding service endpoints, request/response models, and method structures

How to Generate Rest Service From Swagger?

To generate rest service, click the Add New button located in the navigation menu on the left side of the page. From the dropdown menu, select the New Rest Service option. Next, upload the json file and click the Create button.

image

Select the api you want to generate, and click the Generate button to create the REST services.

image