SOAP API cheat

Home

1 SOAP

Simple Object Access Protocol

Developed by microsoft back in 1999, as a messaging protocol for exchanging structured information between web services. It uses XML, and relies on some other transport protocol, usually http, but could also be using smtp.

SOAP was maintained until 2009. Now largely replaced by REST API

2 REST API

Representational State Transfer See the rest.org file for details.

2.1 Home