Assemblies
In Integration Framework, Assemblies are objects that are basically standard .NET assemblies compiled as libraries (DLLs). Like all standard .NET assemblies, these objects are predefined classes with functions that are usually custom-made by you for interacting and interfacing with a legacy or custom system.
In this respect, Integration Framework allows you to pre-load these custom assemblies inside its internal SOA namespace (execution environment) in order to be available for your inside scripts.