Skip to Main Content

Java APIs

Soap UI error

2697657Jun 19 2014

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 ?

Post Details
Locked on Jul 17 2014
Added on Jun 19 2014
0 comments
1,306 views