cancel
Showing results for 
Search instead for 
Did you mean: 

Error while generating the Odata Service for External Odata Services

Former Member
0 Kudos

Hi ,

I am getting an Error while generating the Odata service for external odata service as "Error while fetching the source metadata".

HTTP Destination              - ODATA_ORG

Service Namespace           - V3/Northwind

Service Name                    - Northwind.svc

Model Provider Class         - ZCL_NORTHWIND_MPC

Data Provider Class          - ZCL_NORTHWIND_DPC

Model Name and Version   - ZNORTHWIND_MPC

Service Name and Version - ZNORTHWIND_SRV

While doing a connection test to the RFC destination it works fine.

Any prerequisites before generating the odata service in SAP gateway other than RFC Destination .

Regards,

Dwity Krushna

Accepted Solutions (0)

Answers (3)

Answers (3)

sreehari_vpillai
Active Contributor
0 Kudos

did it work ?

former_member184867
Active Contributor
0 Kudos

Ashwin Dutt R is right, this is Northwind OData service V3. SAP Gateway does not support any OData service of version 3. Northwind OData service version 2 can be accessed from http://services.odata.org/V2/Northwind/Northwind.svc/ .

Ideally this should work .

AshwinDutt
Active Contributor
0 Kudos

Hello Dwity,

What is the OData version of the external service ? V3 ?

Please try to consume V2 version of the service and check.

http://services.odata.org/V2/OData/OData.svc/Suppliers

http://services.odata.org/V2/OData/OData.svc/Categories

http://services.odata.org/V2/OData/OData.svc/Products

As far as i know V3 version of the service is still not supported.

Regards,

Ashwin