SIGN UP MEMBER LOGIN:    
Blog

SOAP - Simple Object Access Protocol

Posted by Anil Kumar Blogs | WCF with C# Jun 02, 2011
Simple Object Access Protocol is a simple w3c standard for transporting in different platforms.
SOAP in short -

Web services are used to handle interoperability problem and have given a way to exchange the data in different platforms.

It uses Simple Object Access Protocol (SOAP) to transport data over networks. XML is widely used for structuring, coding data and decoding data.

SOAP is XML based protocol, format-for-sending-messages and used over HTTP.

For more brief, please refer below link-

http://searchsoa.techtarget.com/definition/SOAP

share this blog :
post comment