SOAP is a precursor to [[RESTful API|REST]]. It tries to do more than REST does, including things like security. It also enforces the use of [[XML]]. SOAP is more heavy than REST, and is used much less frequently nowadays.
****
# More
## Source
## Related