|
Simple Access Object Protocol, designed
to allow programs running on different kinds of computers or operating
systems to exchange information. Soap is tailored to work with
standard http transfers and xml-based messages, thus allowing
Programs to communicate with each other across the internet. One server
might ask another for the latest stock quotes, for example. Soap
would then handle the request and manage the conversation between them. |