Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / July 2005

Tip: Looking for answers? Try searching our database.

Newbie to WSE 2.0

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jellybean - 29 Jun 2005 03:34 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.