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
hj hj
NA
5
2.2k
Consume WCF wsHttpBinding/message/username service from asp.
May 16 2013 12:57 AM
binding : wsHttpBinding
security mode: Message
Client Credentials : Username
Server certificate : yes
I know how to consume from Desktop app. like...
ServiceReference1.Service1Client jc = new ServiceReference1.Service1Client ();
jc.ClientCredentials.UserName.UserName = "a";
jc.ClientCredentials.UserName.Password = "a";
jc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None;
Console.WriteLine(jc.GetData());
but want to know how to cosume from asp.net or MVC web app????
Thanks...
Reply
Answers (
2
)
jquery wcf call not working in firefox
WCF Reference