|
Saas - Commonly-used Protocols
- JSON
- The JSON format is often used for serializing and transmitting structured data
over a network connection. It is used primarily to transmit data between a
server and web application, serving as an alternative to XML
- XML
- The design goals of XML emphasize simplicity, generality, and usability over the
Internet. It is a textual data format with strong support via Unicode for the
languages of the world. Although the design of XML focuses on documents, it is
widely used for the representation of arbitrary data structures, for example in
web services
- SOAP
- originally defined as Simple Object Access Protocol, is a protocol specification
for exchanging structured information in the implementation of Web Services in
computer networks
- ATOM
- The name Atom applies to a pair of related standards. The Atom Syndication
Format is an XML language used for web feeds, while the Atom Publishing
Protocol is a simple HTTP-based protocol for creating and updating web
resources
|