Run a local service from SDK
I am new to Thingworx and trying to understand how the services work through an SDK (.net for what it's worth).
Basically I want to know how to run a local service (local being relative to the platform) from my client code. I see how we create a remote service, pick it up at the platform and can test it out at the platform which executes the code on the client. How do I do the opposite where I reach up to the platform, execute a service and get the result back down to the client?

