1.

What do you mean by SOAP? Write its advantages.

Answer»

SOAP (Simple Object Access Protocol) is an XML-based protocol that is used to access web services. It is simply used to interchange data or information between two devices or computers using request and RESPONSE based on XML format over transport protocols like HTTP, SMTP, etc. 

ADVANTAGES

  • Language and Information independent. 
  • Can be WRITTEN in different programming languages or operating systems. 
  • PROVIDE data transport for web services.  
  • Can EXTEND HTTP for XML messaging. 
  • Defines and uses its own WS security. 
  • Easy to debug and eliminate firewall issues. 


Discussion

No Comment Found