我正在尝试wsHttpBinding
向soapUI 添加WCF服务.
我正在使用消息安全性,它适用于测试客户端,但SoapUI返回
验证邮件的安全性时发生错误
这是服务配置:
<wsHttpBinding>
<binding name="wsHttpSecure">
<security mode="Message">
<message clientCredentialType="UserName" negotiateServiceCredential="true"
establishSecurityContext="false" algorithmSuite="Default" />
</security>
</binding>
</wsHttpBinding>
Run Code Online (Sandbox Code Playgroud)
这里http://www.soapui.org/SOAP-and-WSDL/applying-ws-security.html是一份文件,但他们说我需要.jks文件.我只在测试客户端配置文件中编码了SvcUtil生成的公钥值.
此设置不能与soapUI互操作:
negotiateServiceCredential="true"
Run Code Online (Sandbox Code Playgroud)
将其更改为 false
归档时间: |
|
查看次数: |
18580 次 |
最近记录: |