gSOAP: How to send encrypted SOAP header
        Posted  
        
            by Kangkan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kangkan
        
        
        
        Published on 2010-04-16T03:55:12Z
        Indexed on 
            2010/04/20
            16:03 UTC
        
        
        Read the original article
        Hit count: 353
        
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.
© Stack Overflow or respective owner