繁体   English   中英

在将服务用作客户端时WCF服务错误(已实现SSL)

[英]WCF service error while consuming service as client (SSL implemented)

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

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM