Execution

In order to send the data from the XML file to the REST server, paste the XML file into the input folder.

To access the data open any Browser and enter http://127.0.0.1:7777/demo/Variable/Data as an URL to receive the values in JSON format.

Hint

Please note that the URL must match the naming of the prefix set in the configuration of the Rest Server Channel as well as the naming of variables in the Information Model for the REST-Server. E.g., If the custom variable Data is changed to RestData the URL must be changed accordingly: <http://localhost:7777/demo/Variable/RestData>.