WCF/WF - web services SOAP protocal - Asked By karur krishna madhu on 28-Jun-13 05:29 AM

why do we have soap protocal as a carrier for the web services ? cant it be done using xml http (ajax uses this protocal).
Robbe Morris replied to karur krishna madhu on 29-Jun-13 05:08 PM
xml http is not a protocol nor is AJAX.  These are classes used by the browser to make http requests to a server without posting the whole html page back to the server.

SOAP is XML.  However, it is specifically structured XML which enables other clients to read it without first getting instructions from you on its structure.
karur krishna madhu replied to Robbe Morris on 01-Jul-13 12:12 AM
Thanks morris .Now its crystal clear.