cancel
Showing results for 
Search instead for 
Did you mean: 

ABOUT SOAP AND HTTP ADAPTERS?

Former Member
0 Kudos

when to use soap adapter and when to use HTTP adapters?

give me a detail discussion about this?

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK.

http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm

The Plain http adapter is a part of ntegration Engine. It uses native http format i.e no SOAP Envelops.

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ramohan,

Go through these discussed threads on HTTP and SOAP and you will get a clear idea about it:

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Hi

When you are using Webservices then you need to use SOAP Adapter

The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK.

In the SOAP adapter, you can specify security settings to be used to sign/verify the SOAP body. In addition, you can specify the standard to be used for signing/verifying the SOAP message

see below link to get more details

http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm

The plain HTTP adapter gives application systems the option of communicating with the Integration Engine and exchanging business data using a plain HTTP connection. Depending on the receiver system, outbound messages can be enhanced with certain information.

see the below link to get more details

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

See the below links

See below link to get the URL and some HTTP Sender scenarios

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873...

Regards

Chilla..

reward points..

bhavesh_kantilal
Active Contributor
0 Kudos

Whn you want to intregrate XI with a Webservice, you use SOAP adapters.

Sender SOAP adapters allow you to expose your outbound message interface as a webservice so that anyone with the right credentials can access / trigger data to

XI.

Receiver SOAP adapters are used to call a webservice from XI.

Receiver HTTP adapters are used to post a HTTP request message from XI to a HTTP service.

Regards

Bhavesh

PS : Just do a search on SDN with HTTP vs SOAP and you will find multiple other answers.