Hi, Can be the case that you send the same request more than once to the service? Service detects replay attack in this case.
Regards, Andrei. > -----Original Message----- > From: Alexander Savinov [mailto:[email protected]] > Sent: Mittwoch, 28. Mai 2014 12:27 > To: [email protected] > Subject: WSS4J Timestamp validation > > I am using WSS4J 2.0 to create the SecurityHeader. > I have created the Timestamp, it looks correct. > > <wsu:Timestamp wsu:Id="TS-125be995-154f-4da5-807c-72059bd69a6b"> > <wsu:Created>2014-05-28T10:23:38.747Z</wsu:Created> > <wsu:Expires>2014-05-28T10:28:38.747Z</wsu:Expires> > </wsu:Timestamp> > > Time in my timezone is 12:24, but this shouldn`t matter if i understood > correct, > but i am getting an Exception. > > Invalid timestamp: A replay attack has been detected > > Can somebody help me with this issue or give a hint.
