WSE 2.0 raises wse910 error

1k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Does this help? It also mentions setting timeToleranceInSeconds and defaultTtlInSeconds on the client as well as the server.