tags:

views:

20

answers:

1

Hi all,

I read in a magazine not too long ago that there is a new flag in WCF 4.0 that allows you to use Plain Text Password over http without the need for SSL.

(I know not a good idea)

Regardless I wish to do this.

Can anyone please point me in the direction of this Framework flag?

Thanks in advance Brian.

A: 

http://codebetter.com/blogs/peter.van.ooijen/archive/2010/04/09/a-simple-wcf-service-with-username-password-authentication-the-things-you-told-me.aspx

Please find above sample which has the answer

Sorry you sent wrong link?The above link tells me how to use SSL (which i know).I'm looking not to use SSL, framework 4.0 has support for this.Basically it's got a flag somewhere that basicallys says... "yes i'm stupid but let me do usernametoken over 'http' "* have a 3rd party server that uses usernametokens over http, i could connect to it with WSE, now i'm trying to do it with wcf.To be clear, I also know how to workaround this with wcf, but I'm looking to the framework 4.0 property to set.thanks v.much.appreciate the effort replying.brian.
Brian Keating