Web client access RO server

it can be done by different ways:

  • use RO for JavaScript. see MegaClient JS sample for details.

  • generate request in SOAP , POST or JSON formats and send it to server

  • use OnCustomResponseEvent of http server, it will allow to send requests to RO server like

http://localhost:8099/xxxx?__MessageType=Message&__InterfaceName=MegaDemoService&__MessageName=GetServerTime&__ClientId=b51199fe-9e86-4aa1-8cb1-54b4e05ab1311

see IndyHTTP-Post get only WDSL in WebBrowser topic and/or Using OnCustomResponseEvent in a ROSDK Server code snippet for additional details.