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
I have created a multi-threaded java sdk (dummy sensor) for setting the properties of the thing randomly after few intervals
but for connecting the thingworx remote thing with the virtual thing I need set the identifier for each of the remote thing manually,is their any way to set the identifier using a service (I am planning of writing a service for creating thing and setting the identifier )?
There's a default service which you can call to set the Identifier for the Thing dynamically, i.e. SetIdentifier like so
thank you for the help
is it also possible to do the manage binding dynamically?