Skip to main content

What's new - iCIS Cloud v4.4.1

This topic provides an overview of the more significant changes in iCore Integration Suite v4.4.1 (Cloud edition).

Workflows

Support for creating Web API definitions targeting ASP.NET Core 2.1, NSwag 13, and Open API v3

Web API definitions can now be created for different target host versions:

  • Version 1 (Legacy) is the old version, which uses ASP.NET Core 2.0 and NSwag 11. We do not recommend creating new Web API definitions targeting this version.
  • Version 2 (Latest) is the new (default) version, which uses ASP.NET Core 2.1 and NSwag 11. This version supports generation of Open API v3 definitions.

You can upgrade Web APIs built on the old versions to the new versions, but you need to make manual changes to the Web API code or they will not function properly.

For more information, see:

Support for client security configuration in SOAP web service workflow activities

Workflow activities for consuming SOAP web services now support client security configuration using the new argument Credentials. A new Workflow activity "Create SOAP Client Security Configuration" for creating the security configuration is available.

For more information, see:

Support for HTTPS hosting of WebAPI definitions

The WebAPI host now supports HTTPS hosting which can be configured in the "Execute Web API Definition" Workflow activity.

For more information, see: