Is there a way of creating WCF Service without using Enitity Framework?
NO. (short answer for the title "Do you need to use Entity Framework to create a WCF Service")
to explain simply : WCF is for communication, data exchange. EF is for relational mapping, like database exchange.
that's différent and there is no dependendy.