Hi All I have written a wcf service and hosted it on windows service. This windows service is started and running on a machine say 'A'. Now I wanted to write a client application on another machine say 'B' and wanted to consume the wcf servie on machine 'A'. For this when I tried to add Service reference, I have given the endpoint address of the wcf service on machine 'A'which is "http://localhost:8733/Design_Time_Addresses/NebulaDataModelService/Service1/".
But it could not be added giving the error "No connection could be made...".
Can anyone tell me how should I define the endpoint address of a wcf service so that it can be consumed by clients from different machines?
Thanks in advance