Why use Soap as authenitcation in webservice?
- by chobo2
Hi
I am looking at this tutorial http://www.codeproject.com/KB/cpp/authforwebservices.aspx and I am wondering what the reason for using authentication through soap is? Like why not just pass the username and password through the parameters instead?
Is it more secure to do it like the way the guy is in the tutorial verus just using passing it through as parameters?
Thanks