LocalServiceAccess_Acquire

Hi,

I just updated to 10.0.0.1621. Remobjects SDK for Delphi.

I cannot compile my webservice

        ls := LocalServiceAccess_Acquire(clientid, 'SomeService');

It needs a third parameter.

Can you advice what that third parameter is, because I do not have a Transport in my webservice or schould I do something else?

Hi,

You can use nil as 3rd parameter.

This parameter allows to autoset SessionManager and EventRepository for services.