Verify that the REST service is enabled in the FairCom Edge server
- Navigate to the
services.jsonfile in theconfigfolder. - Set
"enabled"totrue. - Save any changes.
Example 1. Windows
"integrationServices": [
{
"serviceName": "rest",
"serviceLibrary": "restservice.dll",
"enabled": true
},
Example 2. Unix/Linux
"integrationServices": [
{
"serviceName": "rest",
"serviceLibrary": "librestservice.so",
"enabled": true
},