I’m a newbie to WCF. So here’s the thing : I have two systems, one running the wcf service and the other running the client.
I’m able to ping the IP of the service, and also able to see the link when I put it into my browser. (It shows me the service is up and running).
Howver, when I try to run wcftestclient from cmd, it gives me this error :
Error: Cannot obtain Metadata from http://172.16.70.125:8080/Service If this is a Windows (R) Communication Foundation service to which you have access, …
I’ve been trying this all day, and its says the same thing.
Could someone please let me know what’s wrong and how to fix this?
Thanks,
Thothathri
Has your service exposed a metadata endpoint? Only relevent portions of config included