I want to send some info, like user credentials in the SOAP header from my gSOAP client to my WCF webservice. I wish I could send them in encrypted form. I am using GPRS to commuicate. As GPRS bandwidth is low, I don't want to use HTTPS. So I want to encrypt the header only. Is it possible? If yes, how? Please guide me.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Maybe you can try something like this: http://blogs.microsoft.co.il/blogs/bursteg/archive/2006/04/23/141.aspx or maybe use http://wcfextras.codeplex.com/ |
|||
|
|