私のサービスは正常に機能していましたが、今ではこの例外が発生し、サービスが機能しなくなりました:
System.ServiceModel.FaultException: メッセージ内のセキュリティ トークンの処理中にエラーが発生しました
インターネットを検索すると、いくつかのコードの問題が示されますが、私のコードは機能していましたが、今は機能しなくなりました。何が問題なのかわかりません..
スタックトレース
実行中に例外がスローされました: System.ServiceModel.Security.MessageSecurityException: セキュリティで保護されていない、またはセキュリティで保護されていないエラーが相手から受信されました。
障害コードと詳細については、内部の FaultException を参照してください。---> System.ServiceModel.FaultException: メッセージ内のセキュリティ トークンの処理中にエラーが発生しました。
--- 内部例外スタック トレースの終了 ---
サーバー スタック トレース: System.ServiceModel.Channels.SecurityChannelFactory で
1.SecurityRequestChannel.ProcessReply(Message reply, SecurityProtocolCorrelationState correlationState, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory
1.System.ServiceModel.Channels.ServiceChannel.Call(文字列アクション、Boolean oneway、ProxyOperationRuntime 操作、Object[] ins、Object[]outs、TimeSpan timeout) で System.ServiceModel.SecurityRequestChannel.Request(メッセージ メッセージ、TimeSpan タイムアウト)。 Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall、ProxyOperationRuntime 操作) System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage メッセージ) での例外 [0] で再スロー: System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage) retMsg) System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at NewWcfService.IExternalStringService.Reverse(String value) at WcfWebClient._Default.Page_Load(Object sender, EventArgs e) in C:\projects\ACSSamples\Microsoft\WebServices\Acs2UsernameBindingSample\WcfWebClient\Default.aspx.cs:55行目