Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
hi
can i send value to thingworx from eclipse(java)?
if it is, that means jdk? or REST API?
and Is there a library to include in order to do so?
Is there a guide on how to include a library?
thanks i'll wait your regards
Solved! Go to Solution.
Hi,
From Java SDK you can connect and send values here is a guide - https://support.ptc.com/WCMS/files/168410/en/ThingWorx_Edge_Java_SDK_Developer_Guide_v.6.0.2.pdf
You can also post through REST call as mentioned by Durgesh in above comment - POSTing via a REST call in Java
Thanks ,
Mukul Narang
seonho Cha: Yes, you can use ThingWorx Java SDK or make REST API call to connect & communicate with Thingworx remotely.
Thank you quickly correct answer!
Hi,
From Java SDK you can connect and send values here is a guide - https://support.ptc.com/WCMS/files/168410/en/ThingWorx_Edge_Java_SDK_Developer_Guide_v.6.0.2.pdf
You can also post through REST call as mentioned by Durgesh in above comment - POSTing via a REST call in Java
Thanks ,
Mukul Narang