skip to main content
What's New in Corticon : What was new and changed in Corticon 5.7.1 : Set client type for connections to IIS servers
 

Try Corticon Now

Set client type for connections to IIS servers

Corticon's SOAP stack requires certain client behavior when passing payloads to an IIS server. Changing the setting in the brms.properties file enables the appropriate client type for IIS.
com.corticon.studio.client.soap.clienttype=IIS
*Value of JAVA uses the SOAP client for a Corticon server running inside a Java container.
*Value of IIS uses the SOAP client for a Corticon server running on IIS
When this value is not set, the value JAVA is assumed.
This setting is required in IIS projects and deployments for the following functions:
*The clients testServerAxis.bat (Java) and Corticon-Api-Remote-Test.exe (.NET) require this property set to IIS.
*Ruletest Test Subjects use this property set to IIS to enable running the test against an IIS server. Avoid having some Testsheets within a Ruletest connect to IIS while others are Java as running the full Ruletest will fail.
*Packaging and deploying a project to an IIS server requires the client type set to IIS .
To revert to using these functions againist a Java server, reset the property value to JAVA or clear the property in brms.properties, and then restart Corticon.
This information was added as the topic Setting the Client Type