P.S. - I am trying to have the tokens generated without explicitly writing
any code. I assume that is what the autoIssueSecurityContextToken setting
does.
Thanks again,
IP
> P.S. - I am trying to have the tokens generated without explicitly writing
> any code. I assume that is what the autoIssueSecurityContextToken setting
[quoted text clipped - 21 lines]
>>Thanks in advance,
>>IP
No, it's not what autoIssueSecurityContextToken does. This is a
receiver-side setting that enables WS-SecureConversation for all
services in the current app domain. Issuing a SecurityContextToken still
requires that the client present a valid base token, for example either
UsernameToken or KerberosToken.
At the client, UsernameTokens cannot be generated automatically since
they require a password value. KerberosTokens can be generated
automatically if you configure the policy file for the client correctly.
There should be examples of this in the samples for the product.

Signature
This posting is provided "AS IS", with no warranties, and confers no rights.