Simple Object Access Protocol (SOAP)

SOAP is developed at Microsoft as a web services platform for servers and clients to communicate with one another. SOAP encodes messages in XML and transfers them over a common envelope. SOAP is action driven, meaning a separate endpoint handles each operation the server needs to make.