I am trying to use the SAP oData Integration Builder.
I implemented a SAP API from the SAP API Hub by using an edmx file.
https://api.sap.com/api/OP_API_SALES_QUOTATION_SRV_0001/overview
The service is created and a SAP Connection is made with the Integration Manager
I see in the SAP trace that the call is successfull and that the response in SAP has plenty of data.
However when I debug in OS the response is as shown in attachment <ib>NULL</ib>, empty=true
Even if I create a clone of the module with the service call I see the response as data but the response in my app is <ib>NULL</ib>
So the generated module seems to be just fine. It is only when I use it in my app that I get this null result.