Hello
I have created a Z gateway service( on top of the standard sales order app service). Created a new extension of standard app in SAP WebIDE and called this new Z gateway service in "Component.js" file under "Service url variable".
Standard Service : SRA017_SALESORDER_CREATE_SRV
Z Gateway Service : ZTESTSRA017_SALESORDER_CREATE1_SRV
But when the sales order app is launched, i can see from chrome( F12) that the standard service is what is always called from the path
/sap/opu/odata/sap/SRA017_SALESORDER_CREATE_SRV/ and not the Z one.
IN SICF, this new Z service is also configured and ACTIVE and testing of this Z service works from backend, yet from the app always the standard service gets called? Why is this case?
Thanks
Abishek