Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi All,
I have scenario like,
Thing "TestThing" created in Thingworx with GenericThing Template. Also created a service called "TestService".
Now, in parallel I'm developing an extension on eclipse.
I want to use or call "TestService" on extension.
How can I achieve this?
Thanks & Regards,
Sathishkumar C
Solved! Go to Solution.
You can use ThingUtilities to find your Thingn, and invoke this service like presented above.
ValueCollection is responsible for puttig parameters for you service. If you don't need parameters you can leave it like above.
This service is returning InfoTable with output.
You can use ThingUtilities to find your Thingn, and invoke this service like presented above.
ValueCollection is responsible for puttig parameters for you service. If you don't need parameters you can leave it like above.
This service is returning InfoTable with output.