SOAP

From Wiki @ Karl Jones dot com
Revision as of 10:00, 2 June 2015 by Karl Jones (Talk | contribs) (XML Information Set)

(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.

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.

External links