Discussion Enrico Parisi · Jan 30 The new $system.external interface The new $system.external interface (aka "InterSystems External Servers") is used to call/integrate with external language code/libraries, it replace the old gateways (for example Java gateway) that required the import of proxy objects. Note that the documentation for the old gateways has been removed from IRIS, so only the new $system.external interface is somewhat (i.e. insufficiently) documented. Regarding the migration from old gateway to new $system.external interface the documentation says: #.NET #Java #InterSystems IRIS 2 0 0 140
Question Enrico Parisi · Sep 2, 2022 Using arrays in $system.external .NET gateway I'm converting a .NET gateway interface (call .NET code from IRIS) from the old "Caché style" that use imported proxy class to the new $system.external .NET gateway as documented in: https://docs.intersystems.com/iris20221/csp/docbook/DocBook.UI.Page.cls?... #.NET #Key Question #InterSystems IRIS 1 9 0 407