Skip to main content

What's New v3.30 Update 3

iCIS v3.30 Update 3 contains some new and/or modified functionality, listed below.

iCore Invoke web service

  • New methods to send XML data have been added. The new methods do not require that the data is base64 encoded prior to sending.

RegExp Script object

  • This object is now implemented in managed mode.
  • Note that the syntax for unmanaged mode still applies – in future releases it will be possible to also use .NET syntax.

Directory access services objects

These objects are now implemented in managed mode.

Cryptography Script objects

The Cryptography Script objects are now available as managed by default. However, the managed versions of the objects are not implemented and attempting to use them will throw an exception. Switch to unmanaged mode if you intend to use these objects.

Mail message Script objects

The Encrypt and Decrypt methods are not implemented in managed mode. Switch to unmanaged mode if you intend to use these objects.

Web Administrator

The System monitor functionality is now implemented in the Web Administrator.

WSMQ Queue Object & WSMQ Message Object

  • These objects are now implemented in managed mode.
  • The managed version of WSMQ Message Object uses WSMQ_CSSID instead of Windows codepages. If a value is supplied and there is no mapping to a Windows codepage, the supplied value will be used "as is". For example, 65001 is not a valid WSMQ_CSSID and the mapping to a Windows codepage will fail, but since it is a valid Windows codepage it will be used as such (in the example resulting in UTF-8).

See Also

Backwards compatibility