Mention the differences between SOAP and other remote access techniques?

devquora
devquora

Posted On: Feb 22, 2018

 

The following are the differences between SOAP and other remote web services such as DCOM, COBRA :
SOAP WEB SERVICESOTHER REMOTE WEB SERVICES
SOAP is the acronym for Simple Object Access Protocol.DCOM is the acronym for Distributed Component Object Model.
It is a platform for transportation of data and language independence.DCOM or COBRA doesn’t provide language independence.
It is user-friendly and easy to handle.Web services like DCOM or COBRA are complex to handle.
SOAP uses HTTP protocols and data uses XML formats.DCOM and COBRA have their own binary formats for transporting data in complexity.
It is hard to maintain.It is easy to maintain as compared with SOAP’s.

    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

    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..

    Soap Interview Questions

    Mention the advantages of SOAP web services?

    SOAP is messaging based Web service that has been around for a while and enjoys almost all the benefits of long-term us..