cancel
Showing results for 
Search instead for 
Did you mean: 

Comapre HTTP adapter and SOAP adapter.

Former Member
0 Kudos

What is the advantage of SOAP adapter over HTTP adapter in IDOC_To_webservice Scenario? Also give some comparison between them.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I can explain some points.

The HTTP adapter is used by the external services to connect to the integration engine.

In an HTTP adapter you do not need a sender agreement.There are various tools like wfetch tools from which you can send the xml message you want to send to XI.You do not need a sender agreement nor do you need a communication channel on the sender side.

The soap adapter enables you to exchange messages between webservices and integration server.In a soap adapter you do need a sender agreement and sender communication channel.. We can use tools like Altova XML spy to send messages.

Thanks and Regards,

Sidhvin Mada

Former Member
0 Kudos

Hi

Ref this

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap --> Overview of SOAP

this link for more differences..

Check this thread....

HTTP Adatpter Vs Soap Adapter

Plain HTTP Adapter vs SOAP Adapter with regards to SSL

Former Member
0 Kudos

Hello,

in webservice-scenarios it's usual to use the SOAP adapter.

The difference between SOAP and HTTP adapter was already discussed here:

Regards

Patrick