I am having the same issues, using the same platform. Please include m
on any answers
--
Stev
Hi,
I solved the problem. My problem was because the token manager for one
custom token did not function correctly ( LoadTokenFromXml returned null).
In the sample I wrote for debugging, the problem was again because a
security token issue.
The idea is that if WSE cannot recover the security tokens from the Soap
messages using LoadTokenFromXml or LoadTokenFromKeyInfo (for some reason),
it does not call the ValidateMessageSecurity method.
The best thing is to activate Soap message input/output tracing with WSE
settings tool, and then look for potential problems in the messages.
Beware, the WSE3 error messages can be extremely misleading. Make sure you
look at the "InnerException" fields, and also at the InnerException of the
InnerException :)
Catalin Stavaru
> I am having the same issues, using the same platform. Please include me
> on any answers.
Vijay P - 07 Jan 2006 20:24 GMT
Can you pls give me your sample custom token with token manager code.
I see problems on custom token manager with custom token code available on
MSDN.
Thanks,
Vijay
> Hi,
>
[quoted text clipped - 19 lines]
> > I am having the same issues, using the same platform. Please include me
> > on any answers.