User Guide

532 Chapter 3: ColdFusion Functions
ColdFusion Enterprise supports CORBA through the Dynamic Invocation Interface (DII). To
use this function with CORBA objects, you must provide the name of the file that contains a
string version of the IOR, or the object’s naming context in the naming service. You must provide
the object’s attributes, method names and method signatures.
This function supports user-defined types (structures, arrays, and sequences).
Example
myobj = CreateObject("corba", "d:\temp\tester.ior", "ior",
"visibroker") // uses IOR
myobj = CreateObject("corba", "Macromedia/Eng/CF",
"nameservice", "visibroker") // uses nameservice
myobj = CreateObject("corba", "d:\temp\tester.ior",
"nameservice") // uses nameservice and default configuration