WCF services can have multiple endpoints - this is a core feature of WCF's flexibility. You can expose the same service through different endpoints using various protocols (HTTP, TCP, MSMQ) and bindings. The statement that we cannot have more than one endpoint is FALSE. WCF does support loosely coupled architecture, works across various protocols, and provides security and scalability.