cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP or HTTP

Former Member
0 Kudos

Hi

What is the difference between  SOAP adapter  ''HTTPS with Client authentication''  and HTTP adapter ''HTTPS with Client authentication'' ?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

ambrish_mishra
Active Contributor
0 Kudos

Hi Peter,

In terms of authentication, they both are the same.

Please go through the threads below which explains SOAP and HTTP in detail.

http://scn.sap.com/thread/1043593

Ambrish

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Remember both the adapter uses transport protocol  http only and only difference between them is in only message protocol

  SOAP adapter uses the message protocol  as "Soap" i.e  format with envelope , header and body. So with respect to authentication both the adapters does the same work. In other words Soap adapter without envelope is equivalent to same message format as that of http message format. 

With respect to authentication both does the same and you can use any of them.