Difference between revisions of "SOAP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Communications protocol)
(Representational state transfer)
Line 2: Line 2:
  
 
SOAP uses [[XML Information Set]] for its message format, and relies on other application layer protocols, most notably [[Hypertext Transfer Protocol]] (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.
 
SOAP uses [[XML Information Set]] for its message format, and relies on other application layer protocols, most notably [[Hypertext Transfer Protocol]] (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.
 +
 +
== See also ==
 +
 +
* [[Representational state transfer]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/SOAP SOAP] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/SOAP SOAP] @ Wikipedia

Revision as of 06:05, 8 June 2015

SOAP (from Simple Object Access Protocol) is a protocol specification for exchanging structured information in the implementation of web services in computer networks.

SOAP uses XML Information Set for its message format, and relies on other application layer protocols, most notably Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission.

See also

External links