Is there a way to setup authentication (ala \"Basic Authentication\") without actually setting up an SSL Certificate? I\'d also like to do this in REST or regular SOAP WCF Serv
Use TransportCredentialOnly security mode. This post explains how to do it:
http://developers.de/blogs/damir_dobric/archive/2006/07/31/890.aspx.
Don't forget that you also have to enable basic authentication in IIS.