CodeFirst and Client-Side interfaces - Generates only one interface file

Hi,

it uses Library.Name for generating _Intf name:

unit DATADICT_RODLTypes;
..
const
  LibraryName = 'DATADICT';

also you can change uRORTTIServerSupport.RODLLibraryName in runtime.

for example, in OnCustomResponseEvent, you can catch request for RODL, analyze query part, change uRORTTIServerSupport.RODLLibraryName, process request for RODL, and change RODLLibraryName back.

note: OnCustomResponseEvent can catch only unknown requests, so you should ask for unhandled request, like http://localhost:8099/customrodl?servicegroup=BINDER