Issues with WCF and SOAP WS-Security PlainText Username (No SSL)

安稳与你 提交于 2019-12-04 14:24:09

The final solution was to insert the Authorization header into the requests as described in the following post:

http://social.msdn.microsoft.com/Forums/is/wcf/thread/4f8ab001-dafa-4347-bc41-95255ecc9230

This requiered no modification to the generated client or the bindings.

jlew

See if this helps you out (WSHttpBinding used, but told to make SOAP 1.1-compatible requests):

Does WCF support WS-Security with SOAP 1.1?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!