我正在尝试将 WCF 服务添加wsHttpBinding
到soapUI。
我正在使用消息安全性,它适用于测试客户端,但 SoapUI 返回
验证邮件的安全性时出错
这是服务配置:
<wsHttpBinding>
<binding name="wsHttpSecure">
<security mode="Message">
<message clientCredentialType="UserName" negotiateServiceCredential="true"
establishSecurityContext="false" algorithmSuite="Default" />
</security>
</binding>
</wsHttpBinding>
这里http://www.soapui.org/SOAP-and-WSDL/applying-ws-security.html是一个文件,但他们说我需要 .jks 文件。我只在测试客户端配置文件中编码了 SvcUtil 生成的公钥值。