Calling Thingworx Service Using Java Extension SDK
Hi,
I have a custom service on a Database Thing. I want to call that custom service from my Java Extension. My first thought is to do something like this
Thing myDB = ThingUtilities.findThing("MyDataBase");
InfoTable result = myDB.customService();
Is this the correct way?
Thanks,
Brandon

