TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tharake Gunatilake
NA
53
73k
User Authentication in WCF Service
Apr 8 2013 4:11 AM
Guys, i need a help.
I want to write a wcf service to send sms.
Befor sending sms i need to check user login details.
i wrote following methods separately
[OperationContract]
bool UserLogin(string username, string password);
[OperationContract]
bool SendSms(string messageBody, string tagname, string phoneNumber);
but i want to allow the user of this service to login first and then use that sendSMS method.
How can i do that??
Reply
Answers (
1
)
How to create a windows activation service(WAS) of a wcf svc
load image on database with wcf servies and how to consume