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

dotnet web services enhancements : Newbie to WSE 2.0


Jellybean
6/28/2005 7:34:06 PM
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?

Softwaremaker
7/3/2005 12:00:00 AM
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]

AddThis Social Bookmark Button