Test connection from Application Client to Thingworx Platform (Java SDK)
HI All,
I installed on VM Machine (111.111.111.14) Windows 7 64bit a Thingworx 8.0.3.-b52 and I created a Thing 'TestRemoteThing' using ThinTemplate RemoteThing.
I created another VM Machine (111.111.111.11) Windows 7 64bit where I installed Eclipse and I imported a package Java SDK 221-Java-SDK-6-0-4-595.zip (dowbloaded from PTC Market place)
I'm using the documentation from http://support.ptc.com/help/thingworx_hc/thingworx_edge/index.html.
I Run SimpleClient.java using :
- config.setUri("wss://111.111.111.14:443/Thingworx/WS");
- config.setAppKey("1146b538-3ad5-4977-8679-3f6bf2b55081"); application-key generate on Thingworx
but the connection failed.
Is it necessary a setting on Thingworx platform ?
I run a test WebServices.html and it answer
WebSocket Test
ERROR: undefined
DISCONNECT
What is the next check I have to do?
Do I have to install any software on the PC on which Thingworx is installed?
Many Thanks
BR
Dimitri

