Actions

Difference between revisions of "Simple Object Access Protocol (SOAP)"

(Created page with "'''Content Coming Soon'''")
 
(SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. SOAP uses XML technologies to define an extensible messaging framework, which provides a message construct that can be exchanged)
Line 1: Line 1:
'''Content Coming Soon'''
+
The official definition, found in the most recent SOAP 1.2 specification, "SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. SOAP uses XML technologies to define an extensible messaging framework, which provides a message construct that can be exchanged over a variety of underlying protocols. The framework has been designed to be independent of any particular programming model and other implementation specific semantics." This definition really gets to the heart of what SOAP. SOAP defines a way to move XML messages from point A to point B (see Figure below). It does this by providing an XML-based messaging framework that is<br /> 1) extensible,<br /> 2) usable over a variety of underlying networking protocols, and<br /> 3) independent of programming models.<ref>Understanding SOAP [https://msdn.microsoft.com/en-us/library/ms995800.aspx MSDN]</ref>
 +
 
 +
 
 +
[[File:soap.png|400px|Simple Object Access Protocol (SOAP)]]<br />
 +
source: [https://msdn.microsoft.com/en-us/library/ms995800.aspx|MSDN]
 +
 
 +
 
 +
===References===
 +
<references />

Revision as of 05:02, 7 January 2019

The official definition, found in the most recent SOAP 1.2 specification, "SOAP is a lightweight protocol intended for exchanging structured information in a decentralized, distributed environment. SOAP uses XML technologies to define an extensible messaging framework, which provides a message construct that can be exchanged over a variety of underlying protocols. The framework has been designed to be independent of any particular programming model and other implementation specific semantics." This definition really gets to the heart of what SOAP. SOAP defines a way to move XML messages from point A to point B (see Figure below). It does this by providing an XML-based messaging framework that is
1) extensible,
2) usable over a variety of underlying networking protocols, and
3) independent of programming models.[1]


Simple Object Access Protocol (SOAP)
source: [1]


References

  1. Understanding SOAP MSDN