In my knowledge, the RESTful WCF still has \".svc\" in its URL.
For example, if the service interface is like
[OperationContract] [WebGet(UriTemplate
There is also a way to eliminate the physical .svc files altogether. This can be done with a VirtualPathProvider.
VirtualPathProvider
See: http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/350f2cb6-febd-4978-ae65-f79735d412db