How to access WCF RIA service from Windows Service?
- by Duncan Bayne
I have a functioning SL4 application; inside the ClientBin directory I have an .svc file that describes my service:
<% @ServiceHost Service="MyApp.Services.MyServiceFactory="System.ServiceModel.DomainServices.Hosting.DomainServiceHostFactory" %>
When I browse to http://localhost:52878/ClientBin/MyApp-Services-MyService.svc I see the…