Configuring .NET Core Web API Applications

ePortal can create presentation projects based on the ASP.NET Core Web API technology to provide RESTful interfaces for ClearPath applications. The RESTful interfaces provides control over the generated OpenAPI schema, HTTP binding methods, verbs, routes, response status codes, content types and other key attributes of a RESTful Web API. To generate a .NET Core Web API controller from the information contained in the client messages as well as the properties and flow of the orchestration layer, a new scaffolding template is available.

To generate a .NET Core Web API project, you should configure the appropriate Web API attributes in the data source project. For more information, refer to Setting .NET Core Web API Properties.

To configure security settings for a Web API, refer to Security Settings for an Application.