When I call a Web Service function and send a dime attachment then if the
client machines time is set to be greater that that of the Wbe Service
Server, I get the exception - microsoft.web.services2.security.securityfault
error saying something about the Timestamp.checkvalid in its stacktrace
property value.
Is there something I can do to overcome this
help will be appreciated

Signature
Naresh
Paul Linhardt - 17 Sep 2004 18:35 GMT
Have you set the <timeToleranceInSeconds> in the config files?
<security>
<defaultTtlInSeconds>120</defaultTtlInSeconds>
<timeToleranceInSeconds>43200</timeToleranceInSeconds>
</security>
If the discrepancy is bigger than your chosen tolerance, you should
tell the user he needs to set his clock. In XP, he can easily sync
his clock via the internet in the control panel.
-paul
> When I call a Web Service function and send a dime attachment then if the
> client machines time is set to be greater that that of the Wbe Service
[quoted text clipped - 5 lines]
>
> help will be appreciated