views:

18

answers:

1

So out of the box, WCF doesn't allow me to send WS-Security credentials plain-text as they are expected by CXF on the receiving end. It seems as though different SecurityAlgorithmSuite which doesn't actually encrypt anything would do the trick, but I don't know where to begin as far as what values should be returned by the various properties in my "PlainTextSecurityAlgorithmSuite". Has anyone done this? Am I correct in thinking this would solve my problem? Thanks in advance.

A: 

Check this custom binding. It allows sending plain text UserName token on unsecured channel.

Ladislav Mrnka