cancel
Showing results for 
Search instead for 
Did you mean: 

Request URI for OData Service

Former Member
0 Kudos

Hi everyone,

i'm pretty new to OData and SAP Gateway and tried to develop my first OData Service via importing RFC/BOR-Interface. Works very well and the service request URI in gateway client is correct: /sap/opu/odata/SAP/service/?$format=xml

when i want to test the service via SICF the browser opens: /sap/opu/odata/sap/service and starts downloading a data named "service".

My question is:

Why is the extension "/?$format=xml" missed when testing the service via SICF and how can i fix this issue?

Thanks to everyone!

Accepted Solutions (1)

Accepted Solutions (1)

cwolter90
Participant

Hi,

the $format just defines the desired format of the reponse. It's just optional. See: http://www.odata.org/documentation/odata-version-2-0/uri-conventions/

Best regards

Christian Wolter

Answers (0)