我开发了一个返回 xElements 的 Web 服务。
在 WCF 服务页面中(要测试此服务,请使用 svcutil.exe........)WSDL 链接是
https://host_system_name.domain.com/Feed/Service.svc,
changed it to
https://regName.domain.com/Feed/Service.svc.
by adding <useRequestHeadersForMetadataAddress/> in config.
现在 wsdl 正在打开(不是上一段中提到的 b4),但同时使用相同的服务.....
ERROR WHILE IMPLEMENTING SERVICE:
The message with To 'https://host_system_name.domain.com/Feed/Service.svc' cannot be
processed at the receiver, due to an AddressFilter mismatch at the EndpointDispatcher.
Check that the sender and receiver's EndpointAddresses agree.
在错误描述中,我正在获取服务器的主机名,而在端点等中已经提到了注册的站点名称。