PDA

View Full Version : What SOAP?


mike12
11-24-2005, 05:13 PM
What is Simple Object Access Protocol?
Wish some one may help me to explain it!

spanyrd
01-29-2006, 10:38 PM
There is a great explanation on wikipedia!

http://en.wikipedia.org/wiki/SOAP

ackleymosses
02-24-2006, 10:43 PM
SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses.