Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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 ?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 17 2014
Added on Jun 19 2014
0 comments
1,351 views