Skip to main content
1-Visitor
February 8, 2017
Solved

Can we get datatable values from thingworx to java with Edge SDK without service

  • February 8, 2017
  • 12 replies
  • 7436 views

i have java code in which i have connected to thingworx through appkey and i want to access data table values without service is it possible to retrive values without services?

Best answer by ankigupta

Hi Kedar Borkar​, It is not possible to read Data from DataTable without a Service. There are inbuilt Services in ThingWorx Platform to read and write entries from/to DataTable.

12 replies

5-Regular Member
February 8, 2017

Hi Kedar, you could test this by making a REST call from your Java code - though that will also use the service from the DataTable to get the values. Have you already tried that? Else any reason why you don't want to create a service for this? Any specific use case?

kborkar1-VisitorAuthor
1-Visitor
February 9, 2017

I will try with that no specific use case just want to know whether it is possible or not.

Thanks

ankigupta5-Regular MemberAnswer
5-Regular Member
February 8, 2017

Hi Kedar Borkar​, It is not possible to read Data from DataTable without a Service. There are inbuilt Services in ThingWorx Platform to read and write entries from/to DataTable.

kborkar1-VisitorAuthor
1-Visitor
February 9, 2017

Okay i will try with invoking Services for reading and writing entries.

Thanks