I was going through this link below:
http://support.microsoft.com/kb/819267
Here it explains to enable HTTP GET/POST calls for web service, for calling a service directly through the browser.
Questions:
While calling through browser are we using GET or POST? How it gets decided?
If we are using regular HTTP GET/POST instead of SOAP, where does SOAP comes in? Or is it wrong to say that web services always use SOAP protocol for sending receiving messages?