Using custom WCF username/password (UserNamePasswordValidator) authentication with Java -
i've found example authenticating wcf services custom username/password (a simple wcf service username password authentication: things don’t tell you). fits need... partially, guess. uses wshttpbinding , message security mode.
the wcf service need build have java clients, , question if example link above works java ("interops" well). or should go basichttpbinding, securing connection @ transport level (https)?
thanks
wcf implements lots of web service protocols: http://msdn.microsoft.com/en-us/library/ms730294
although complicated solution not necessary best one. go ahead basichttpbinding , transport security if fits other requirements have.
there all-in-one article describes configuration:
http://www.remondo.net/using-ssl-transport-security-wcf-basichttpbinding/
Comments
Post a Comment