I have the following web service;
[WebMethod] public string HelloWorld() { return \"Hello World\"; }
It\'s stock st
I solved it simply by removing the domain from the request url.
Before: https://some.domain.com/_vti_bin/service.svc After: /_vti_bin/service.svc