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.
ここでエラーの説明でサーバーのホスト名を取得していますが、エンドポイントなどでは登録済みのサイト名が言及されています。