cancel
Showing results for 
Search instead for 
Did you mean: 

use of Rest adapter

former_member398373
Participant
0 Kudos

Hi All,

we are implementing the Rest adapter in my project, Could you let me the use of REST and why we are using the Rest adapter.

Thanks & Regards

Papireddy.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Papi,

There are two types of web services one is SOAP web services and other one is REST web services.

  • To integrate with SOAP based web service you use SOAP adapter.
  • To integrate with REST based web services you use REST adapter.

Check this blog

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Adding some more points.

1.It can convert JSON to XML and vice versa.

2.Also in latest SP, you can even poll using Rest adapter(Like soap AXIS).

Answers (0)