Best | Windev Magazine
HAdd(Cloud_Order)
PROCEDURE SendPendingMessages() LOOP FOR EACH Outbox_Table WHERE Status = "PENDING" // Prepare REST call to WebDev cloud server Request is httpRequest Request.URL = "https://cloud.myapp.com/api/v1/sync" Request.Method = httpPost Request.ContentType = "application/json" Request.Body = Outbox_Table.PAYLOAD Request.Execute() windev magazine
This architecture respects the network boundaries: the cloud never touches your firewall, and the premise never blocks the user for network errors. windev magazine
How to use HFSQL replication and WebDev services to keep your legacy desktop app in sync with a modern mobile portal. windev magazine