0

我开发了一个返回 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.

在错误描述中,我正在获取服务器的主机名,而在端点等中已经提到了注册的站点名称。

4

1 回答 1

0

看看这是否有帮助 -

http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/b5ae495b-f5fb-4eed-ae21-2b2280d4fec3/

于 2012-07-18T04:44:09.807 回答