Try this in your config file to turn the replayDectection mechanism off ---
This is akin to saying "Ignore the Timestamp"
<microsoft.web.services2>
...
<security>
...
<securityTokenManager
xmlns:wsse="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecuri ty-secext-1.0.xsd" qname="wsse:UsernameToken">
<replayDetection enabled="false"/>
</securityTokenManager>
...
</security>
...
</microsoft.web.services2>
hth.
--
Thank you.
Regards,
William T
http://www.softwaremaker.net/blog Independent Microsoft Regional Director | Microsoft MVP - Solutions
Architect
======================================================
[quoted text, click to view] "Jellybean" <Jellybean@discussions.microsoft.com> wrote in message
news:D10BB57E-C5AF-4EC6-AA4A-A90A3AE90758@microsoft.com...
> Hi,
>
> I have just downloaded WSE 2.0 and trying out the authentication feature.
I
> have a client application on one machine talking to a web service on
another
> machine. My problem was i keep getting time stamp problem. Yes, the time
on
> both machines are not synched up.
>
> But does anyone know any alternative besides synching up the time on both
> machines? Maybe something to instruct the web service to ignore the
timestamp
> on incoming SOAP?
>
> Thanks in advance