how to solve this error" Timestamp is expired. This indicates a stale....."

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • preethi 123
    New Member
    • Dec 2011
    • 6

    how to solve this error" Timestamp is expired. This indicates a stale....."

    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
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Geek Notes has a write-up on this very message, you might find it very helpful.

    Comment

    Working...