Hi Frank
I was able to get some data from the
https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV link also. Upon checking my network console, my code adds a $metadata on my call. So technically the above link will work since there is an existing https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/$metadata call. But when I'm calling specific calls like https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/SalesOrders or https://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZCD204_EPM_DEMO_SRV/SalesOrders('0500000000')/SalesOrderItems
I'm getting an error since my code adds $metadata at the end of each call.
I'm not sure if this is really how to instantiate these calls.
Regards,
Melanie