cancel
Showing results for 
Search instead for 
Did you mean: 

How to convert web services in to sap odata services

0 Kudos

Hi Experts,

      How to convert web services in to sap odata services. I have requirement like i need to convert web services available in one system(third Party) in to sap odata services and i need to read the data and update the data through the services from fiori app .Please help me .

Thanks & Regards

Chitti babu

Accepted Solutions (0)

Answers (2)

Answers (2)

EkanshCapgemini
Active Contributor
0 Kudos

Hi Chitti,

This link will help you to consume REST service in ABAP and then you can expose it as gateway OData service.

Regards,

Ekansh

RameshShrestha
Contributor
0 Kudos

Hi Chitti babu,

As web service is through the third party, you can consume the webservice in the RFC and

oData can be created based on RFC so I guess this might work.

Check this link for creating odata from RFC in SAP Gateway.

http://scn.sap.com/people/volker.drees/blog/2012/10/26/step-by-step-guide-to-build-an-odata-service-...