Hi, a question of design and performance:
Are there any backdraws in the clients applications, using only DynamicRequest Objects when calling the remote services from a RO Server in Delphi, instead of using RODL, generated *.intf files, etc.?
Thanks for your comments.
Hi,
both ways are suitable for calling remote services.
in case of DynamicObjects, it can be a bit more works because you should manually declare parameters instead of just calling method from _Intf, like
sum := MyService.Sum(a,b);
Thanks for the quick response, i guess that i will use the .intf.