cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between Https & SOAP adapter

Former Member
0 Kudos

Hi Experts

What is the difference between Web srvice and Http request, when do we used each of them

Thanks

RP

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member556603
Active Contributor
0 Kudos

Dear PR,

Use of HTTP: communication between website and XI, for example you are sending information from webpage forms via post method.

Use of SOAP: With many sophisticated web application and services and even between two XI system.

HTTP Adatpter Vs Soap Adapter

Difference between SOAP and Http Sender

Plain HTTP Adapter vs SOAP Adapter with regards to SSL

Difference between SOAP and HTTP:

SOAP in background uses XML + http

you expose outbound interface as a webservice and create a SOAP request to access it.

you send http request to ping a integration scenario directly at the integration engine

You can use HTTP adapter for interacting with HTML pages.

SOAP adapter is used for exposing an interface as Web service.

Thanks,

satya Kumar

Former Member
0 Kudos

Hi

HTTP adapter -- Directly runs on Integration Engine and doesnot require sender channel.

SOAP adapter runs on the Adapter Engine.

A SOAP message will be bundled inside the soap envelope. when you want to send the data from a Webservice you can use soap adapter.

Regards

Ramg