When I right click on Eval.svc within Visual Studio 2012 and view in browser, I get the following -
Eval.svc
The type \'EvalServiceLibary.Eval\',
Right click on the .svc file in Solution Explorer and click View Markup
View Markup
<%@ ServiceHost Language="C#" Debug="true" Service="MyService.**GetHistoryInfo**" CodeBehind="GetHistoryInfo.svc.cs" %>
Update the service reference where you are referring to.