SDK and Server with services into windows dll

Hi to all,
i must to build a server with some base service extensible with other service present in windows dll. How can i register a service present inside a windows dll to the remobjects server??
Thanks for you response and sorry for the poor english.

pls specify your platform (Delphi or .NET)

Platform Delphi 10.2 using RemObjects SDK for server with BINMessage and SOAPMessage. My scope is to extend server capability with windows dll containing RemObject Service.
Thanks

sorry read scope as my objective :slight_smile:

You can create ROD server with wizard.
Additional message can be added manually via dropping it to server datamodule/main form and registering it in Server.Dispatchers.

What do you mean under windows dll containing RemObject Service? do you want to create ROD server inside dll and communicate with it via TRODLLChannel ?
it yes - pls review DLL Server.zip (21.8 KB) sample.
it is a bit outdated but can demonstrate this feature.