Mention the advantages of SOAP web services?

devquora
devquora

Posted On: Feb 22, 2018

 

SOAP is messaging based Web service that has been around for a while and enjoys almost all the benefits of long-term use. The following are few notable advantages of using SOAP web services:
  • It is a language independent platform.
  • It works well in a distributed runtime environment.
  • SOAP payload can be received or obtained by web services and the platform information is entirely unrecognizable.
  • SOAP uses XML structures for data transmission.
  • It is very simple as compared with the COBRA, RMI, etc.
  • It eliminates firewall problems as it uses HTTP.
  • SOAP can also be used in combination with other protocols as well.
  • It is the vendor neutral.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Soap Interview Questions

    Explain what is SOAP?

    SOAP (Simple Object Access Protocol) is a communication protocol that facilitates the exchange of data over different n..

    Soap Interview Questions

    Mention the differences between SOAP and other remote access techniques?

    The following are the differences between SOAP and other remote web services such as DCOM, COBRA :SOAP WEB SERVICES O..

    Soap Interview Questions

    State the syntax rule for SOAP message?

    Following is the syntax rule for SOAP message- A SOAP message should use XML that is encoded. A SOAP message MUST use t..