Difference between revisions of "SOAP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 12: Line 12:
  
 
* [https://en.wikipedia.org/wiki/SOAP SOAP] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/SOAP SOAP] @ Wikipedia
 +
 +
 +
 +
[[Category:Computing]]
 +
[[Category:Web applications]]
 +
[[Category:Web design and development]]

Latest revision as of 18:42, 25 April 2016

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

Description

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