cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

how to send data to thingworx from eclipse(java)

CHASEONHO
18-Opal

how to send data to thingworx from eclipse(java)

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

1 ACCEPTED SOLUTION

Accepted Solutions
mnarang
17-Peridot
(To:CHASEONHO)

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 

View solution in original post

3 REPLIES 3
dupatel
19-Tanzanite
(To:CHASEONHO)

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!

mnarang
17-Peridot
(To:CHASEONHO)

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 

Top Tags