In WrapperServlet:
tstamp.setTimeToLive(30000);
looks like a very large value, given that it is in seconds - according to WSSecTimestamp's Javadoc.
Should it be: tstamp.setTimeToLive(30);
Log in to post a comment.