ロードバランサの背後にWCFサービスが展開されていますが、SOAPを使用するとうまくいきますが、REST URL経由でアクセスしようとすると、 。これは私がhttpsでそれに到達しようとREST URLですWCF REST:WebHostが要求の処理に失敗しました
:// devreporting.dev.sample.com/ReportingManagement.svc/getAddtionsByCategory ..
ロードバランサのVIPはhttps:// devreporting.dev .sample.comがあり、ファイアウォールの背後にあるサーバーは1台しかありません。dev01
これはホストヘッダーに問題があると思われますが、これを修正する方法がわかりません。どんなアイデアでも大歓迎です。
Message: WebHost failed to process a request. Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/12646224
Exception:
System.Web.HttpException: There was no channel actively listening at 'https://dev01.dev.sample.com:17005/ReportingManagement.svc/reporting/getAddtionsByCategory'.
This is often caused by an incorrect address URI.
Ensure that the address to which the message is sent matches an address on which a service is listening. --->
System.ServiceModel.EndpointNotFoundException: There was no channel actively listening at 'https://dev01.dev.sample.com:17005/ReportingManagement.svc/reporting/getAddtionsByCategory'.
This is often caused by an incorrect address URI.
Ensure that the address to which the message is sent matches an address on which a service is listening.
at System.ServiceModel.Activation.HostedHttpTransportManager.HttpContextReceived(HostedHttpRequestAsyncResult result)
at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest() at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()
--- End of inner exception stack trace ---
at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result)
Process Name: w3wp Process ID: 4760
を働いたあなたは、SOAPURIおよび残りのURIの違いが何であるかを説明してくださいすることができます1つはHttpに、もう1つはHttpsにあるということですか? – hussian