When using firebug, I got this wired error \"NetworkError: 415 Cannot process the ...xt/xml; charset=utf-8\'. - http://localhost:59899/wsccc1/wscccService.svc/RunTts>
You need to use the WebServiceHostFactory, instead of the regular ServiceHostFactory in your code. That will configure the endpoint with the appropriate binding (webHttpBinding) and behavior (webHttp) to honor the [WebInvoke] attribute.