更改COM对象的WCF服务的端点地址无效

时间:2016-11-04 15:08:08

标签: wcf

最初创建了一个COM可见类库,它连接到本地机器上的服务:

<client><endpoint address="http://localhost:8092/MessageService.svc"
            binding="wsHttpBinding" bindingConfiguration="Messaging" contract="MsgSvc.IMessageService"
            name="Message" /></client>

更改为在配置文件中使用服务器上的服务,但访问应用程序仍在尝试通过localhost连接。如何确保使用配置文件中指定的端点地址?

0 个答案:

没有答案