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/".
但是,不能添加这一错误,即“不能建立联系......”。
谁能告诉我,我应如何确定轮椅的终点地址,以便客户能够从不同的机器中消费。
预 收