Skip to main content
18-Opal
January 3, 2018
Solved

how to send data to thingworx from eclipse(java)

  • January 3, 2018
  • 2 replies
  • 3536 views

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

Best answer by mnarang

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 

2 replies

5-Regular Member
January 3, 2018

seonho Cha​: Yes, you can use ThingWorx Java SDK or make REST API call to connect  & communicate with Thingworx remotely.

CHASEONHO18-OpalAuthor
18-Opal
January 3, 2018

Thank you quickly correct answer!

mnarang5-Regular MemberAnswer
5-Regular Member
January 3, 2018

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