wss4j 或 cxf 中是否有任何选项可以控制<expires>
ws-security 中的元素是否包含在 SOAP 标头中。
我想要实现的是 SOAP 标头仅包含<created>
元素,例如
<wsu:Timestamp wsu:Id="Timestamp-2" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsu:Created>2011-12-07T14:39:03Z</wsu:Created>
</wsu:Timestamp>
我正在使用 wss4j 1.5.10 和 cxf 2.3.x
请注意,时间戳的xsd 架构具有
<xsd:element ref="wsu:Expires" minOccurs="0"/>