Question How to create web application with secure web services using Soap and Https (ssl)?

SFish

New member
Joined
Jul 24, 2012
Messages
4
Programming Experience
Beginner
hi,

I am creating the web application with secure web services. I had exploring the using SOAP and HTTPS will be more secure than just using the Soap. But, I am the beginner for this web secure and no idea for this method. Hope some one can give me some example, so that i can complete my work as soon as possible.

thanks
 
You should create a WCF Service application. WCF services has several secure binding types that support SOAP, so you don't need to use Https, but you can configure the service to use Https also if you wish.
 
Back
Top Bottom