Groups | Blog | Home
all groups > dotnet web services enhancements > october 2005 >

dotnet web services enhancements : creation time in the timestamp cannot be in the future


Pablo Cibraro
10/26/2005 12:00:00 AM
Hi Jarad,
You can use the "TimeTolerance" setting to avoid that problem.

<microsoft.web.services2>
<security>
<timeToleranceInSeconds>value</timeToleranceInSeconds>
</security>
</microsoft.web.services2>

Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax

[quoted text, click to view]

jd
10/26/2005 4:41:03 AM
Is there any way around this error occurring without sinking the clocks on
the client and server because this is not an option at all.

Thanks in advance,

jd
10/26/2005 9:59:00 AM
Nope that does not fix it, the problem is the server is attaching a time in
the future of the client, then the client generates a wse error.

[quoted text, click to view]
Jordan
12/6/2005 12:46:01 PM
both server and client policy files must have the same timeToleranceInSeconds
AddThis Social Bookmark Button