WCF Service Not Getting Doscovered
-
hello guys..I have hosted my wcf service on computer 1. I turned off all the firewall settings of both computers and then I added the service reference on my computer 2 project. But its not getting discovered. It gave the error
An error (Details) occured while attempting to find this service at 'my service address'.
I have checked this service on computer 1 and it is working absolutely fine. What can be the problem? thnx
-
hello guys..I have hosted my wcf service on computer 1. I turned off all the firewall settings of both computers and then I added the service reference on my computer 2 project. But its not getting discovered. It gave the error
An error (Details) occured while attempting to find this service at 'my service address'.
I have checked this service on computer 1 and it is working absolutely fine. What can be the problem? thnx
Not sure why it's not working. Make sure the metadata exchange endpoint is configured properly on the host. You should be able to use service URI in a browser and connect to the host. If not then you have issues on the host - the service isn't running, isn't configured properly, and/or a networking issue.
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
hello guys..I have hosted my wcf service on computer 1. I turned off all the firewall settings of both computers and then I added the service reference on my computer 2 project. But its not getting discovered. It gave the error
An error (Details) occured while attempting to find this service at 'my service address'.
I have checked this service on computer 1 and it is working absolutely fine. What can be the problem? thnx