Monday, December 6, 2010

What is SOAP ?

SOAP Stands for Simple Object Access Protocol.

§SOAP Provides a standard 'envelope' within which a message can be delivered.
§Actually used to communicate with the Web Service
§SOAP is a standard for exchanging XML-Based messages using HTTP.
§Both the request and response are SOAP messages.
§The body of the message (Whose grammar is defined by the WSDL) is contained within a SOAP “envelope”
§“Binds” the client to the Web Service.
§Providing a basic messaging framework.

No comments:

Post a Comment