Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a scenario in which i have to implement a rest service in wcf hosted in windows service. my requirement is, my data should be passed in xml format to service using http request, & data should be passed internally in encrypted format.

My major doubt is, can we use webhttpbinding or wshttpbinding to fulfill the requirement..?

Please help me....
Posted

1 solution

I do not understand your encryption requirement fully. If the data shall be transported in a secure way. https is the way to go.
 
Share this answer
 
Comments
vaishali thaker 25-Apr-13 8:52am    
yes u r right, i recently came to know that if we use webhttpbinding, we can secure data using https. So, now i would like to prefer wshttp binding, as by default it provides message security & data is transmitted in soap 1.2 format.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900