Link to home
Start Free TrialLog in
Avatar of Arsen Milosev
Arsen Milosev

asked on

Simple WCF login service

Hi,

I need to create a simple WCF service with a method that accepts username and password and checks if the user with those values is in the table ( a XML file ) and if it is it returns true. Since I am complete beginner in programming, but especially in wcf I need help in solving this problem. I have tried with creating a separate class in wcf service library project that is overriding the UserNamePasswordValidator class, but got stuck very soon ( created only a if statement that throws a exception if the data is not entered ) .
Any help is welcome, thanks !
ASKER CERTIFIED SOLUTION
Avatar of it_saige
it_saige
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arsen Milosev
Arsen Milosev

ASKER

Thanks very much, now it's up to me to learn how you got to that solution.