Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.