How to infuence the <nonce> in a WSE 3.0 message
C#
1
Posts
1
Posters
0
Views
1
Watching
-
In my project we use a load balancer. This load balancer hides two application servers running web services that are secured using WSE 3.0. The client regularly encounters the error:
WSE559: A UsernameToken with a particular nonce value can only be used once within a given time period.
Our guess is that this occurs when the load balancer routes a message to server 2 only once where the rest of the messages from that client go to server 1. Is there a way to influence the nonce so that it is unique over 2 (or more) servers?modified on Tuesday, December 2, 2008 2:39 AM