Posts Tagged ‘web services’
Introduction to SOAP
What is SOAP?
By merely looking at what SOAP stands for, we will already have an idea of what it is. So lets try to break it down:
- Simple – easy, non-complex
- Object – Let’s use the programming cliche: “Everything is an object”
- Access – the right to obtain or make use of
- Protocol – A set of rules that lets computers agree how to communicate over the net
So what does this tell us? Soap is an easy way of getting or using objects across a network or commonly, the Internet.