Hi Experts,
Need your urgent help to resolve below issue.
I am getting error No service found for namespace /SAP/ when i execute URL to test odata services.
Odata services is created in gateway client.We are calling RFC from remote system ECC I am getting proper output in
development gateway.
On moving it to Pre Prod i am getting Service not found error.
Services are active in SICF, system alias is maintained for services ,RFC are there in Backend pre prod system.
When i execute with URL with meta data that is /sap/opu/odata/sap/servicename /$metadata
i am getting proper response with all property names but on passing with entity set name i am getting no service error.
Below is URL I am using
same URL is working on Development gateway but not in Pre Prod gateway.
/sap/opu/odata/sap/ZAPI_OTC_ADD_AGENT_SRV/AddagentSet?$filter= ZBillNo eq '953323999' and ZCustomerNo eq 'HK00027878'
I am getting below error.
<?xml version="1.0" encoding="utf-8" ?>
- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>/IWFND/MED/039</code>
<message xml:lang="en">No service found for namespace /SAP/, name ZAPI_OTC_ADD_AGENT_SRV, version 0001.</message>
- <innererror>
<transactionid>561C1FC9D8CC4751E10000000AFF1F8C</transactionid>
<errordetails />
</innererror>
</error>
Kindly suggest solution for this issue.
Regards,
Aditya