CodeFirst ServerAccess Intf File

Hi,

I converted a rodl server to codefirst server, I want to confirm the Intf and serveraccess file handling:

as I need to build a delphi client for asyn and eventsink call,

if I add a new service , the serveracccess unit and the intf unit , should I change it manually?

or any automatic way like rodl to generate it?

or any new way to access the service without the intf file or serveraccess file?

please advise

Hi,

you need to update _Intf if you do any significant changes in _Impl, like changing declaration of service, add/remove service etc.

for this, you should launch server, in IDE select client’s .remoteRODL and right-click on it:

Untitled .

the same with ServerAccess file if you are using it.