Exception Security Context token in WCF
- by Alhambra Eidos
Hi all
I'm using Service WCF, and I get the following error:
"The security context token is expired or is not valid. The message was not processed."
Client config
<endpoint address="http://probiz:49610/GestionOrganizacion.svc"
binding="wsHttpBinding"
bindingConfiguration="WSHttpBinding_IOrganizacion"
…