Hi there,
When I want to connect to my SharePoint WCF Server by using VS .NET, I always got the error message like the following:
An error occurred while attempting to find services at 'http://win-6clkd4aeaol:8096/_layouts/15/SPWCFService/SPService.svc'. The remote server returned an error: (404) Not Found.
but when I connect to the WCF Service by Explorer and type the URL of WCF (http://win-6clkd4aeaol:8096/_layouts/15/SPWCFService/SPService.svc/SampleServiceCall/test) for testing. it works properly.
so what happened or if I missed something else.
Thanks