cancel
Showing results for 
Search instead for 
Did you mean: 

INTERNAL SERVER ERROR when using Get in Gateway service

Former Member
0 Kudos

Hi

let me explain my situation


when i am using gateway client for the same service

/sap/opu/odata/sap/ZQM_NOTIFICATION_SRV/?$format=xml

its status is 200 as below

Capture1.PNG

also it is possible to retrieve metadata using below URI for me

i have SAP Netweaver 700 system and SAP netweaver gateway 740 system

i have build gateway service in Backend system using below  search help.

search help :

SEGW screenshots

Entity set details

service implementation for gate entity read

service implementation for get entity set

when i register service .. it is showing below details :


But,I do not understand whenever i am trying to use below uri and click get and execute :

/sap/opu/odata/SAP/ZQM_NOTIFICATION_SRV/zfetchSet/

It is giving me error :

when i am running gateway service using browser it is giving me error.

when i am using gateway client

Please help.

Kindly let me know if you need any information.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184739
Contributor
0 Kudos

Hi Gauvrav,

Did you check Gateway error logs transactions ?

IWFND/ERROR_LOG

IWBEp/ERROR_LOG

Regards

Prabaharan Asokan

Former Member
0 Kudos

there is nothing in both logs..

/IWFND/ERROR_LOG is empty and in /IWBEp/ERROR_LOG log there is nothing related to this service.

EkanshCapgemini
Active Contributor
0 Kudos

Can you please clear the cache using /IWFND/CACHE_CLEANUP and /IWBEP/CACHE_CLEANUP at front-end server and backend server. Then put a external breakpoint in GET_ENTITYSET and try to debug it.

Regards,
Ekansh