I'm working my way through the MVC 4 Beta along with the SPA options. I get the idea of adding service endpoints to the project and then using Upshot to connect to them. However, the application I want to build will communicate with an external web service. In other words I cannot point Upshot at a local controller to get metadata information because it won't have it. Instead I would point it at a REST service endpoint.
Does anyone have an example of or reference information on hooking up the Upshot remote data source to a true remote data source? I'm looking for a full example unlike one of the other previously asked questions. I just can't seem to wrap my head around it yet.
Thanks