Why use Soap as authenitcation in webservice?
Posted
by chobo2
on Stack Overflow
See other posts from Stack Overflow
or by chobo2
Published on 2010-03-25T15:53:03Z
Indexed on
2010/03/25
16:03 UTC
Read the original article
Hit count: 345
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
© Stack Overflow or respective owner