Experts,
Any thoughts on this one would be much appreciated.
- I have an OData service that works perfectly fine in the source system. I can test it successfully through the gateway client without issue.
- I've imported the service into my VERY basic list app in WebIDE. This is the code with the binding ...

- All configuration is as another app that works as expected except, of course, for the OData service that is specific to this app.
- I run the app, it thinks for a few seconds and returns no data. It's at this point that I figure it's not finding its way through to SAP.
- However, I can execute the OData service successfully from my HCP app instance with no issues ...

- I can see logs in my cloud connector showing that the service is being accessed and that the call to my on premise SAP system is working.
- I set a remote break-point in SAP and when I run the app, it fires the break-point and the method executes successfully with data but no data is returned to the app.

Does anyone know what I should be looking for?
Any help would be much appreciated as this is very frustrating.