cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP&REST Protocal

madhupusala3
Explorer
0 Kudos

Hi All,

What are differences between SOAP and REST protocol? does PI supports REST? If Yes then how to implement it in PI

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

does PI supports REST?

In its strickest sense, you can only implement the HTTP method POSTfor REST Webservices using the Plain HTTP/HTTP over SOAP Adapter. Otherwise, you have to use Java Proxies to implement GET,PUT and DELETE.

Another approach is to use the XI SOAP Axis libraries, as far as I know GET is included. However, there are limited blogs about this see, SAP Note 1039369 FAQ XI Axis Adapter for more information.

Hope this helps,

Mark

baskar_gopalakrishnan2
Active Contributor
0 Kudos

refer this for diff between SOAP and REST

http://ajaxonomy.com/2008/xml/web-services-part-1-soap-vs-rest

>does PI supports REST? If Yes then how to implement it in PI

Yes using HTTP adapter.

Former Member
0 Kudos

@Bhaskar -

You can write ABAP code to achieve this.

Link: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ea8db790-0201-0010-af98-de15b6c1e...

Regards,

Indranil