Automatically creating and binding Things by new unbound Remote Things from SDK
Hi!
I'm trying to create a service to detect new unbound remote things and creating and binding new things based on them.
I've created a local service with script for detecting unbound remote things and creating them based on a template and it works while I manually use the "Test" button.
Now, I'm wondering how could I call that service from C SDK (later propably with some other SDKs too) ?
I'm guessing to use a service from SDK, it must be a remote service but TWX allows no script to be included in those.
Is it even possible to do this?
There's a twApi_InvokeService function in C SDK, so it seems like service call should be possible, though.
How could I run custom script in remote service?
I've also thought about creating a subscription for this, but it's not working 'cause the thing's unbound at that moment.
It would be quite important to get this working, so we wouldn't have to manually create things to TWX all the time.

