I created this example service on our site at http://petrotekengr.com/WCFService/Service.svc, however when I run wcftestclient.exe against it and invoke the service I get the following error. What does this mean? ========================================================== Failed to invoke the service. Possible causes: The service is offline or inaccessible; the client-side configuration does not match the proxy; the existing proxy is invalid. Refer to the stack trace for more detail. You can try to recover by starting a new proxy, restoring to default configuration, or refreshing the service. The caller was not authenticated by the service.
I am having the same exact issue. Deployment successful, and able to access, but when I try to invoke a method I recieve the same error. Were you ever able to find any available solution? Thanks!! Kaizen
In case anyone else comes across this. I was able to resolve using this article http://community.discountasp.net/showthread.php?t=7719 I also posted my own notes at the end.