gSOAP:如何发送加密的 SOAP 标头
我想将一些信息(例如 SOAP 标头中的用户凭据)从 gSOAP 客户端发送到我的 WCF Web 服务。我希望我能以加密的形式发送它们。我正在使用 GPRS 进行通信。由于 GPRS 带宽较低,我不想使用 HTTPS。所以我只想加密标头。是否可以?如果是,怎么办?请指导我。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许你可以尝试这样的事情:
http://weblogs.asp.net/paolopia/archive/2008/02/25/handling-custom-soap-headers-via-wcf-behaviors.aspx
http://blogs.microsoft.co.il/blogs/bursteg/archive /2006/04/23/141.aspx
或者
使用 http://wcfextras.codeplex.com/< /a>
Maybe you can try something like this:
http://weblogs.asp.net/paolopia/archive/2008/02/25/handling-custom-soap-headers-via-wcf-behaviors.aspx
http://blogs.microsoft.co.il/blogs/bursteg/archive/2006/04/23/141.aspx
or
maybe use http://wcfextras.codeplex.com/