Hi,
I recommend you to take a look in this GDN workspace
http://www.gotdotnet.com/codegallery/codegallery.aspx?id=67f659f6-9457-4860-80ff
-0535dffed5e6
(Web Service Security: Scenarios, Patterns, and Implementation Guidance)
This a project created by the Patterns & Practices team in Microsoft and it
shows different patterns using WSE.
One of that patterns shows how to authenticate users using a database.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
http://www.lagash.com
>I am new to WSE and have been struggling with what I thought would be a
> simple concept. I have a web service called "Hello World". All I want
[quoted text clipped - 25 lines]
> UsernameToken is expected but not present in the security header of the
> incoming message.
John - 13 Dec 2005 18:26 GMT
The Patterns and practices only shows how to authenticate using the aspnetdb
database, however when i try to use another database i get an error saying
the security token header is not correct.
John Muirhead
> Hi,
> I recommend you to take a look in this GDN workspace
[quoted text clipped - 39 lines]
> > UsernameToken is expected but not present in the security header of the
> > incoming message.