Я пытаюсь вызвать веб-сервис из BizTalk с помощью адаптера WCF-Customs с пользовательской привязкой. Мне был предоставлен 1 закрытый ключ и 1 открытый ключ c сертификатов ключей.
Я настроил привязку с помощью следующих конфигураций привязок
Я настроил свое поведение, как показано ниже
Я указал закрытый ключ для Сертификат клиента
и для обслуживания я указал ключ c
Но я получаю ошибку ниже. любая помощь будет очень благодарна
System.ServiceModel.Security.MessageSecurityException: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. ---> System.ServiceModel.FaultException: General security error (No certificates were found for decryption (KeyId))
--- End of inner exception stack trace ---
Server stack trace:
at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at System.ServiceModel.Channels.IRequestChannel.E