Hi there,
I have setup the AppWorks Gateway successfully on a dev box, and am now trying to connect it to Content Server 10. In the Settings page, I provided the Content Server URL as "http://localhost/OTCS10/livelink.exe" and clicked on the Test Content Server URL button, and the following message is shown:
Failed to Connect with Content Server
On inspecting the Ajax request, the Request URL is shown as:
http://localhost:8080/gateway/v1/setup?url=http://localhost/OTCS10/livelink.exe&otagtoken=f533add3-1a6e-48ba-af3d-07f2383e3994&cstoken=null&_=1385621993410
and the response from the gateway is this:
{"isCsOk":false,"csErrMsg":"Got ill-formed response from http://localhost/OTCS10/livelink.exe","isDbOk":false}
What is the format for the Content Server URL that needs to be provided for the gateway? Is this linked to any other configuration settings of OTDS or any other component?
Unforuntately, there is no mention of this setting in the documentation here.