Read/Write/Update database via Soap

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Read/Write/Update database via Soap

Post by ads42 » Tue 22 Jan 2013 14:26

Hi,
is there a third party comp that can be used with MyDac to create a Soap server that can Read/Write/Update tables in SOAP protocol from other software ?

Regards

Armindo

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Read/Write/Update database via Soap

Post by DemetrionQ » Thu 24 Jan 2013 09:31

Hello.

There are standard components designed for work with SOAP protocol in Delphi. They are located in the WebServices section. For details on how to create a template for a SOAP server (using the standard components), please refer to http://docwiki.embarcadero.com/RADStudi ... DataModule
Our company's policy does not allow recommending third-party components on our forum. So we can only suggest you to use the standard components.

ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Re: Read/Write/Update database via Soap

Post by ads42 » Thu 24 Jan 2013 12:23

Thanks.

Post Reply