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
Softwaremaker - 03 Jul 2005 02:09 GMT
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.

Signature
Thank you.
Regards,
William T
http://www.softwaremaker.net/blog
Independent Microsoft Regional Director | Microsoft MVP - Solutions
Architect
======================================================
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thanks in advance