First page Back Continue Last page Graphics

Introduction to SOAP...


Notes:

SOAP is the most basic building block used to build Web Services. It is a function invocation protocol that uses XML to describe its data.
SOAP originally stood for Simple Object Access Protocol but this is no longer the case since the use of the term object was considered to be misleading.
SOAP is NOT about Objects! Unlike CORBA, SOAP does not have an object model but it is simply a procedural call.
SOAP is also a stateless protocol.