Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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?