2

So I'm trying to get a WSE 2.0 SP3 client to work with a WSE 3.0 server. I'm running into an issue with this line of code on the client:

transaction.RequestSoapContext.Security.Elements.Add(new MessageSignature(token));

I'm wondering how important is this line if the client is already using the following line of code:

transaction.RequestSoapContext.Security.Tokens.Add(token);

Does anyone know what benefits the first line of code provides over the second?

CDspace
  • 2,639
  • 18
  • 30
  • 36
Jeffrey Lott
  • 7,171
  • 6
  • 28
  • 28

0 Answers0