I had to use a Microsoft Web Services Enhancements 2.0 service and it raised wse910 error when the time difference between the server and client was more than 5 minutes.
I read in many places that setting the timeToleranceInSeconds
, ttlInSeconds
and defaultTtlInSeconds
values should help, but only setting the clock of the client machine solved the problem.
Any experiences?
Does this help? It also mentions setting timeToleranceInSeconds and defaultTtlInSeconds on the client as well as the server.