Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating REST Web services in ECC

Former Member
0 Likes
2,158

Hi All,

I have a requirement to create the REST Web services.

For a given request, we need to get the response through REST Web services.

I have gone through some of the documents posted in SCN. But still I couldn't get a clear idea about it.

Please facilitate regarding this and guide me on the same.

With Regards,

Gurulakshmi.

4 REPLIES 4
Read only

Former Member
0 Likes
700

Hello,

Check these two links, they are simple and easy to implement. If you have questions please let me know.

http://wiki.sdn.sap.com/wiki/display/XI/REST+Web+Services+in+XI+(Proof+of+Concept)

http://scn.sap.com/docs/DOC-16538

best regards,

swanand

Read only

Former Member
0 Likes
700

Good for you!  REST services are very simple compared to other web services.  If you can afford a book, I'd recommend the ABAP Cookbook.  It helped me learn a handful of technologies related to the web, and it made REST look easy.  It had plenty of code examples too.

Read only

former_member221892
Discoverer
0 Likes
700

Hello, from what I know of services via REST Might SAP using SAP Gateway, which uses ODATA Via REST services. It is a complete solution and can expose services to be consumed via HTML5, iOS, Java, Dot Net, etc ... I leave a link to the solution, is very good.
Here you will find everything related, from installation to basic examples.
This solution is an add on that is installed in the R3 and gateway Another instance is where the web service is invoked, monitoring, configuration, etc ... .

Link: http://help.sap.com/saphelp_gateway20sp06/helpdata/en/56/d0cc05b564411e841141f68294e29f/frameset.htm

Hope that helps and any questions, please ask first.
Greetings.

Read only

0 Likes
700

The Provided url link does not work anymore, can you please update the url link. Thanks.