Solved
"Executing a service by passing name of the service as a parameter
HI,
In Thingworx is there a way by which I can execute a service, through passing the name of the service as parameter from another service?
To be more clear, consider the following snippet --
I have two services in a thing 'Thing_Example' as 'srvA' and 'srvB'
Defination of 'srvA' --
Inputs: serviceName; Type: String; Value: 'srvB'
Service body --
var result = Things["Thing_Example"][serviceName]; //At this point I am expecting that
'srvB' should be executed
Thanks and Regards
Aditya Mittal

