SysLib.getResource returns an object that is based on a specific entry in an EGL deployment descriptor.
eglx.lang
static function getResource(bindingkey string const in) returns(any); static function getResource(bindingkey string const in, propertyFileName string const in) returns(any);
Name of the EGL deployment descriptor, without a file extension. The name of the file that is accessed at run time includes the following suffix: -bind.xml.
If you do not specify a propertyFileName argument, its value is the name of the EGL deployment descriptor that is currently in use, whether the development deployment descriptor or the one used at deployment time.
myService MyInterfacePart?; myService = SysLib.getResource ("MyEnglishBinding", "myDeploymentDescriptor");