Difference between Https & SOAP adapter

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

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
HTPP Adatpter Vs Soap Adapter ????
Difference between SOAP and Http Sender
Difference between SOAP and Http Sender
Plain HTTP Adapter vs SOAP Adapter with regards to SSL
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

Similar Messages

  • Difference between HTTP adapter and SOAP adapter

    Hi All,
      Can any one tell me abt what is the main difference between HTTP adapter and SOAP  adapter.when we'll use these eactly?
    Thanks
    pullarao.

    Hi Rao,
    Please go through the below links to understand it:
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    More links for SOAP Adapter:
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/fdca3f01f33e1ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm
    More links on HTTP adapters.
    /people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi
    /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
    Regards,
    Subhasha

  • Difference between HTTP And SOAP Adapters.

    Hi,
    I know only Both are Used for Web Services. then what is the Difference Between HTTP And SOAP Adapter.
    Any Body Explain me more clear in What case we go for SOAP. And in What case we go for HTTP.Thanks in Advance.
    Thanks
    kiran.B

    Hi Kiran
    HTTP Adatpter Vs Soap Adapter
    HTPP Adatpter Vs Soap Adapter ????
    Difference between SOAP and Http Sender
    Difference between SOAP and Http Sender
    Plain HTTP Adapter vs SOAP Adapter with regards to SSL
    Plain HTTP Adapter vs SOAP Adapter with regards to SSL
    Regards,
    Prateek

  • Difference between HTTP Post and Webservice call

    Hi,
    Can anybody let me know the difference between HTTP Post and Webservice Calls and also how each one of them is acheived through BPEL.
    Thanks,
    Adi

    Hi Adi,
    The protocol may be the same but the "idea" is different...
    I recommend you reading this:
    http://www.w3schools.com/webservices/ws_intro.asp
    Cheers,
    Vlad
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question. If you think this is helpful, please consider giving points.

  • What is the difference between HTTPS URL connection and SSLSocket conn

    What is the difference between HTTPS URL connection and SSLSocket connection

    The difference is that they are different protocols, or rather one protocol layered over the other. If you're within a LAN you will use SSL, if it's a Web service you will use HTTPS.

  • Error Https SOAP Adapter:NoSuchAlgorithmException: No such algorithm: RSA

    Hi,
    I'm using a SOAP Adapter Receiver to integrate a file to an External WS (with HTTPS). But when I tried to execute It I got the following error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Unable to encrypt preMasterSecret: java.security.NoSuchAlgorithmException: No such algorithm: RSA: iaik.security.ssl.SSLException: Unable to encrypt preMasterSecret: java.security.NoSuchAlgorithmException: No such algorithm: RSA
    SOAP: call failed: iaik.security.ssl.SSLException: Unable to encrypt preMasterSecret: java.security.NoSuchAlgorithmException: No such algorithm: RSA     
    I think It is a problem with the creation of the secure channel of HTTPS.
    Any tip is very welcome!!
    Thanks
    Martin

    http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html#AppA
    there is not much info to find about who provides for RSA.RSA is already implemented in the Crypto-Provider by Sun. You don't have to laod a special provider.
    The following sample is just enough:
    Cipher cipher = Cipher.getInstance("RSA");Jan

  • Http & Soap Adapter

    Hi Experts,
         1.  I am Having a small query in using the SOAP & HTTP Adapters. When to use these adapters and in what type of interfaces.
         2. While Using ABAP Mapping, In Interface Mapping we cant see ABAP Mapping, we can see XSLT, JAVA but not ABAP. So             where can we get it and how can we use it.
    Please let me know ASAP i need to implement them now.
    Regards,
    Nissi

    Hi Nissi,
    >>  I am Having a small query in using the SOAP & HTTP Adapters. When to use these adapters and in what type of interfaces
    SOAP: When you want to consume your client's webservices  or  you need to host webservice for your clients then you will use SOAP. In first case you use SOAP reciever and second case use SOAP sender.
    Note: SOAP internally uses HTTP or HTTPS protocol for the transport purpose.
    HTTP:  When you want to post data to a web application (example a java application or .net application that is hosted on the web application server and we can use thin client(browser) to utilize it) then we can use HTTP adapter to POST data.
    Note; SAP PI 7.3 (latest version) supports both POST as well GET. All previous versions support only POST.
    If your client or external system uses web server and host web application , in this case you use HTTP receiver adapter to post data to that system. If they want to post data using HTTP protocol via PI then you will use HTTP sender adapter.
    >> ABAP Mapping
    ABAP mapping: Default installation comes with java, xslt and message mapping. We need to change exchange profile parameter to achieve this.
    Baskar

  • Https Soap Adapter

    Hello,
    I'm developing scenario Sender Soap Adapter using https.
    How to configure o https?
    Thanks.

    Hi Aroldo,
    This might help you
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Thanks & Regards,
    Agasthuri Doss

  • Difference between Patches,Plugins,Adapter

    Hi ,
    Can you please suggest me difference between patches,plugins,and adapters.
    Thanks in advance
    Chimsi

    Hi,
    Patches are typicaly upgrades. For the DB, check things like
    http://help.sap.com/saphelp_webas620/helpdata/en/a2/f3f63def83c452e10000000a114084/frameset.htm
    Pls also check these for plugins:
    http://help.sap.com/saphelp_webas610/helpdata/en/09/170f3ad7ca6f26e10000000a114084/frameset.htm
    Adapters:
    http://help.sap.com/saphelp_webas630/helpdata/en/c0/afc033f9ef4e39b50e10e526c80699/content.htm
    Eddy

  • Difference between HTTP Server port and HTTP Server listen port

    Hi,
    What's the difference between the following?
    Oracle HTTP Server port = 7780
    Oracle HTTP Server listen port = 7781
    They are the ports used in my 9ias 9.0.3 instance.
    Please advise.
    Thank you.

    Hi,
    The server port, 7780, is port where HTTP server response and listen ports are other ports tha HTTP Server can listen. In IAS, the default configuration, the server port is response for Web Cache and Web Cache connect with HTTP Server in listen port.
    Marcio Mesti

  • What is the difference between https: and http: at the beginning of the web address? Does this effect security when looking onto bank accounts?

    New to foxfire, and not very computer savvy. When enter search for bank account noticed the the web address came up with a http: rather than an https: as it normally does when I search from safari on MAC, or even at my PC at work. Not sure what the difference is but if it is a security thing than foxfire is no good for my use.

    In Firefox 4 and later you no longer have the Status bar that showed the padlock in previous Firefox versions.<br />
    The padlock only shows that there is a secure connection and doesn't guarantee that you are connected to the right server.<br />
    So you might still be connected to the wrong server if you make a typo in the URL and someone has claimed that mistyped URL.<br />
    The functionality of the padlock has been replaced by the [[Site Identity Button]] on the left end of the location bar.<br />
    See also:
    * http://www.dria.org/wordpress/archives/2008/05/06/635/
    * https://support.mozilla.com/kb/Site+Identity+Button
    * http://www.mozilla.com/en-US/firefox/security/identity/
    You can use this extension to get a padlock on the location bar.
    *Padlock: https://addons.mozilla.org/firefox/addon/padlock-icon/

  • What is the difference between a VGA adapter and an AV adapter? Which would be better for my iPad 2 if I just wanted it for games and browsing the Internet?

    If I just wanted to play games and surf the web, would a VGA adapter or an AV adapter be better? For my iPad 2? I asked my family for a VGA adapter for Christmas and I'm not too sure if it's the one I want. Also, what is the difference?

    HDMI Adapter

  • What is the difference between SCXI-1349 adapter and DIO-24 adapter(in SCXI-1353 assembly)

    I have an SCXI 1353 cable assembly. How do I differentiate between these two adapters ?

    Sasi,
    Hello, the SCXI-1349 adapter is is used for connecting 68-pin MIO E Series devices to an SCXI chassis.
    The SCXI 1353 (comes with two adapters) is used for connecting 100-pin MIO E Series boards to an SCXI chassis. The first adapter is identical to the SCXI-1349, while the second adapter routes the extended analog or digital signals to the SCXI digital modules or breadboarding modules.
    Good luck with your application!

  • Difference between HTTP and WebService Invocation in OracleCRM OnDemand

    Hi All
    Apart from the session-id returned by the method method of invocation , are there any concrete differences in performing a operation on OracleCRM by using HTTP ( say browser UI of Oracle ) and WebServices provided by them .

    Hi Jay,
    Thanks for your valuable inputs
    Tried the same thing which you mentioned and restarted the services.
    But no luck..
    Is there anything to be done on the back-end to display 1st link in microsoft word format.
    Right now it's opening in html format. I tried copying *.rtf* to *.doc*
    but still its opening in html format only
    1) https://ucrmskr.apac.nsroot.net:10301/forms/html/001103__KR.rtf
    Here when I try the 2nd link it's opening propely in microsoft word format
    2) http://scrmskr.apac.nsroot.net:7801/forms/html/001103__KR.rtf
    I tried local machine level settings but it's not working
    Kindly help to let me know what needs to be done for the same.
    Thanks & Regards,
    Harish

  • Strange difference between http 1.0 and 1.1

    Hi !
    I connect to SSL-enabled web servers with my http-client. Within the text I get from the server are some trash characters. My client uses my own http requests sent over an SSLSocket. If I use HttpsURLConnection, everything works fine. I'm sending exactly the same request as HttpsURLConnection does:
     GET / HTTP/1.1
     User-agent: Java1.4.0-beta3
     Host: xena
     Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
     Connection: keep-alive
    Where does this trash come fram?? It might look like this (from https://www.f-secure.fi):
     <area shape="rect" coords="0,106,160,145" href="/v-descs/_new.shtml">
     </map>
     4de
     <MAP NAME="alerts.map">
    Here "4de" does not belong to the original file and there are maybe five different occurrences of 2-3 characters spread in the file.
    Even stranger is that if I send "GET / HTTP/1.0" in my request, the extra characters disappear! I just can't get this, so please help me if you can!
    Bye,
     Dag Welinder
     Ki Consulting & Solutions AB
     

    Problem solved!
    See http://forum.java.sun.com/thread.jsp?forum=4&thread=208138"

Maybe you are looking for

  • Error while installing SAP Netweaver 7.1 CE Java Trial - MaxDB problem

    Hi All, I am getting following error while installing SAP Netweaver 7.1 CE Java Trial. Execute Command : C:\sapdb\programs\pgm\dbmcli.exe -n psi-001 -d CE1 -u CONTROL,******** db_state Execute Session Command : exit > Subprocess stops at 200805091610

  • I don't like Firefox 4!! How do I get back the older version???!!!

    I've lost features that I had and used frequently. I tried to get info and found suggestion that customizing toolbar by dragging buttons/icons to toolbar would work. I did that for Refresh. Stop, Print, and Home, but the Stop and Refresh don't work.

  • IPad Having Trouble Syncing

    I cannot sync my iPad to our home computer. It says I need some kind of update but both my iTunes and iPad are up to date? I do have iOS 7

  • Tjsp file doesn't Update

    ;9Fellows, I face with another strange problem. The customer have a customization on OIM web page where force the Passwords fields to have maxlenght=8 characters. This was implemented with OIM Password Rules together. Now the customer asked to remove

  • ICal recognition of dates in other applications

    On my laptop, iCal recognizes dates in email messages and offers the option of going to that date in iCal or creating a new event in iCal. I can not make this feature functional on my other computer with same OSX 10.5.5 and iCal 3.0.5. Is there a way