How to enable Interoperability functionality in an existing namespace
InterSystems FAQ rubric
To enable Interoperability functionality after creating a namespace, use the EnableNamespace method of the %EnsembleMgr class:
do ##class(%EnsembleMgr).EnableNamespace()
Discussion (2)0
Comments
Noting that there is an argument needed which seemed to be lost in the page translation. Argument as
do##class(%EnsembleMgr).EnableNamespace($namespace)