Hi all,
I need some information about web service security. For example I have created a web service which get sensitive information from my database and kept those in dataset. And finally I have deployed this web service in the IIS server. And this webservice will be consumed by some other application which lies in different server.
Your help is always appreciated.
Thanks,
Rahul
Mahesh ChandPosted Oct 25, 2010, 2:03 PM
For Internet based consumers, you can use SSL and make the service SSL enabled so all consumer applications must have SSL.
If your Web service is available to public, then you need to encrypt and decrypt the data.