我想请求帮助,因为您可以在WSO2 EI中以电子方式签署SOAP消息内容,我真的找不到太多信息。你能指导我吗?
答案 0 :(得分:0)
不确定我是否正确,但您可以在wso2中使用rampart签署SOAP消息。您必须定义安全策略并将其添加到enpoint介体。
示例:
<send>
<endpoint name="secure">
<address uri="http://localhost:9000/services/SecureStockQuoteService">
<enableSec policy="sec_policy"/>
<enableAddressing/>
</address>
</endpoint>
</send>
您可以在此处找到更多信息。