Datasnap vs SoapServer

What are the benefits of using DataSnap over spelling soapserver.

I know that Datasnap can use TCP / IP instead of soap.

Hi

Sandeep

+3
source share
2 answers

In DataSnap, you can export any number of datasets and server methods without having to serialize them manually, adding the built-in functionality of parameterized queries in which the value of the parameters is determined by the client. On the client side, you just need to connect to a remote data source or methods for any data control using ClientDataSet as a data cache, with the generation of an automatic update command.

SOAP - , IMHO - , WS - . Delphi , .

+4

DataSnap - , Delphi. DataSnap SOAP - TSoapConnection (, , SOAP- Datasnap). , Datasnap. " " DCOM/SOAP " ", dbExpress, TCP HTTP/REST.

0

Source: https://habr.com/ru/post/1762570/


All Articles