How to invoke a service from subscription or from another service?
Hi Everyone,
I have a data change event which trigger a subscription. In this subscription I would like to invoke a service which will be bound to a widget. I am also thinking that I can do it directly in the service code but I could not do that.
I tried use snippets which just insert "me.myservice" and it does not work and I also tried "thing["mything"].myservice();" but also does not work.
Any help on that?
Thanks,
Felipe Duarte

