<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Soap VS HTTP adapter in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863367#M1503880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U may develop ur own clients. The difference between clients is that SOAP client sends http message with soap header, while http client sends plain http data without header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP is always used for webservices. But http not always. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 09:52:48 GMT</pubDate>
    <dc:creator>prateek</dc:creator>
    <dc:date>2008-05-19T09:52:48Z</dc:date>
    <item>
      <title>Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaq-p/3863365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guruz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which client tool used for sending soap request and http request?and what is the main difference between http and soap.&lt;/P&gt;&lt;P&gt;from my understanding in both we are using extetrnal web object (webservices).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me&lt;/P&gt;&lt;P&gt; warm regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaq-p/3863365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863366#M1503879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Both adapters are for different purpose.&lt;/P&gt;&lt;P&gt;The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK. the SOAP adapter is a java application which is making only a envelope of some XML tags, you can easily create them for yourself with a mapping. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Plain http adapter is a part of ntegration Engine. It uses native http format i.e no SOAP Envelops. The HTTP is (native) adapter of the (ABAP) WAS, it is much more performant and more stable. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this weblogs on both of these adapters for some more information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending a Simple SOAP envelope to XI via HTTP using ASP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1442" target="test_blank"&gt;https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1442&lt;/A&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More links for SOAP Adapter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/fdca3f01f33e1ce10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/fdca3f01f33e1ce10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More links on HTTP adapters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/prasadbabu.nemalikanti3/blog/2006/02/27/collecting-and-bundling-vendor-records-from-different-multiple-interfaces-file-systempeoplesoft-and-sending-to-sap-r3-system-part-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the info above has helped you understand http and soap adapters better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reward Points if found useful **&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BVS on May 19, 2008 11:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863366#M1503879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863367#M1503880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U may develop ur own clients. The difference between clients is that SOAP client sends http message with soap header, while http client sends plain http data without header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP is always used for webservices. But http not always. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prateek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863367#M1503880</guid>
      <dc:creator>prateek</dc:creator>
      <dc:date>2008-05-19T09:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863368#M1503881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;      Please go through the following link to have more insight on your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863368#M1503881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863369#M1503882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;tools used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;you can use Altove XMl spy, Stylus Studio, SOAP UI for sending/generating SOAP requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use 'wfetch' for sending/generating http requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;differences&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SOAP is ...to communicate WEB SERVICES..it support WSDL files...using XMLSpy you can send the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP is...to communicate with WEB pages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)SOAP in background uses XML + http &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you expose outbound interface as a webservice and create a SOAP request to access it. &lt;/P&gt;&lt;P&gt;you send http request to ping a integration scenario directly at the integration engine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)SOAP &lt;/P&gt;&lt;P&gt;An Overview of SOAP&lt;/P&gt;&lt;P&gt;/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use SOAP adapter:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9cd4" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9cd4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="664383"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: reward points if solution found helpfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chandrakanth.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863369#M1503882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863370#M1503883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP is used when we need to commuincate via Webservice or remote interaction but HTTP used if some on from web needs to talk to XI server directly we use HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863370#M1503883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863371#M1503884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;SOAP is use to convert the normal file in to the Xml format.&lt;/P&gt;&lt;P&gt;the soap is nothing but the simple object application protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is user in to consume , create a web service. and in creation of RFC.that is the main advantage of soap...&lt;/P&gt;&lt;P&gt;the format ot soap is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Envelope&lt;/P&gt;&lt;P&gt;--&amp;gt;&amp;gt; Header&lt;/P&gt;&lt;P&gt;---&amp;gt;&amp;gt;&amp;gt;Application data&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;data&lt;/P&gt;&lt;P&gt;out actual message in your data. and it is secure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FAQs about the SOAP adapter, see SAP Note 856597.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;You configure the adapter in the configuration part of the Integration Builder or the PCK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The receiver SOAP adapter can be used for mapping lookups. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also: Mapping Lookups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;● To be able to send SOAP messages to the Integration Server/PCK, you must configure the sender SOAP adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;● To be able to send SOAP messages from the Integration Server/PCK to remote clients or Web service servers, you must first configure the receiver SOAP adapter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The receiver adapter supports system acknowledgments but not application acknowledgments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;● You have the option of using the Axis framework in the SOAP adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purpose&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;P&gt;The plain HTTP adapter is part of the Integration Engine. It comprises two parts, namely an adapter at the Integration Engine inbound channel and an adapter at the Integration Engine outbound channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For compatibility reasons, both the old XI message protocol (2.0) and the current XI message protocol (3.0) are supported at the inbound and outbound channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The adapter at the inbound channel is located before the Integration Engine pipeline and calls this pipeline. The adapter at the outbound channel is called by the pipeline, and can therefore be regarded as part of the pipeline. It requires a corresponding communication channel from the technical routing for each logical receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A communication channel with a receiver HTTP adapter can be created automatically for business systems that are defined in the System Landscape Directory. See also: Creating Communication Channels Automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;The plain HTTP adapter is used by external systems to connect to the Integration Engine using the native HTTP interface (HTTP payload without SOAP envelope). These systems are connected using the Internet communication framework of the SAP Web Application Server. For this purpose, the Integration Engine HTTP inbound channel contains an HTTP service delivered by SAP, called /sap/xi/adapter_plain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two usage types for the plain HTTP adapter:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;● Synchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ordering on the Internet with an order number as a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;● Asynchronous processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ordering on the Internet without confirmation of the purchase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In principle, both scenarios are possible at the Integration Engine HTTP inbound and outbound channels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In special cases for particular external servers with CGI scripts, for example, marketplaces, it is possible to send the payload as an HTML form using HTTP post. The payload is enhanced correspondingly. For example, the content type is included in the payload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP Sender:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP Receiver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/5d/112d20f6ce6c46ba66afb98d278fbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/5d/112d20f6ce6c46ba66afb98d278fbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since your scenario is synchronous, You can use RFC adapter as sender side and SOAP adapter as Receiver side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step&lt;/P&gt;&lt;P&gt;Main difference is HTTP is resides on ABAP stach hence u can not monitor HTTP adapter through RWB. FOr HTTP u dont require sender agreeement and sender communication channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP adapter resides on java stach hence u can monitor the status of SOAP adapter.&lt;/P&gt;&lt;P&gt;SOAP and HTTP are both communication protocols. But SOAP is messaging protocol concerned with packaging of messages in XML protocol and transfer then using HTTP .&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/SOAP" target="test_blank"&gt;http://en.wikipedia.org/wiki/SOAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/HTTP" target="test_blank"&gt;http://en.wikipedia.org/wiki/HTTP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 09:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863371#M1503884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T09:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Soap VS HTTP adapter</title>
      <link>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863372#M1503885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SOAP : Push or recive data from a webservice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP: Push or receive data from web application, you can send a simple XML file as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for SOAP you can use SOAP GUI or XML SPy and for HTTP you can use test tool by microsoft WFETCH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.robweb.de/wfetch.zip" target="test_blank"&gt;http://www.robweb.de/wfetch.zip&lt;/A&gt; and&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/soap-vs-http-adapter/qaa-p/3863372#M1503885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:00:50Z</dc:date>
    </item>
  </channel>
</rss>

