我試圖在soapUI中添加WCF服務wsHttpBinding
。WCF在SoapUI中的wsHttpBinding
我使用的郵件安全,並與測試客戶端工作,但了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生成的公鑰值。
見我的答案在http://stackoverflow.com/a/13989176/52277如何 設置 WS-A在了SoapUI項目選項卡中的wsHttpBinding服務 – 2012-12-21 17:39:11