SOAP

From Wiki @ Karl Jones dot com
Revision as of 18:42, 25 April 2016 by Karl Jones (Talk | contribs) (External links)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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