Hi All,
Getting the following error while triggering one webservice transaction in SOAP UI tool..
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<faultcode>wsse:InvalidSecurityToken</faultcode>
<faultstring>Security token failed to validate. weblogic.xml.crypto.wss.SecurityTokenValidateResult@16027e8[status: false][msg UNT Error:Message Created time past the current time even accounting for set clock skew]</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>
Does it because of jdk issue ?