Hai friends,
This error message i got when i call a function
Message Expired ---> WSE066: Timestamp is expired. This indicates a stale message but may also be caused by lack of synchronization between sender and receiver clocks. Make sure the clocks are synchronized or use the timeToleranceIn Seconds element in the microsoft.web.s ervices3 configuration section to adjust tolerance for lack of clock synchronization .
I tried to add these tags in app.config but it not executed sucessfully
<microsoft.web. services3>
<security>
<timeToleranceI nSeconds value="86400" />
<defaultTtlInSe conds value="86400" />
</security>
</microsoft.web.s ervices3>
How to solve? Please Help Me
This error message i got when i call a function
Message Expired ---> WSE066: Timestamp is expired. This indicates a stale message but may also be caused by lack of synchronization between sender and receiver clocks. Make sure the clocks are synchronized or use the timeToleranceIn Seconds element in the microsoft.web.s ervices3 configuration section to adjust tolerance for lack of clock synchronization .
I tried to add these tags in app.config but it not executed sucessfully
<microsoft.web. services3>
<security>
<timeToleranceI nSeconds value="86400" />
<defaultTtlInSe conds value="86400" />
</security>
</microsoft.web.s ervices3>
How to solve? Please Help Me
Comment