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
rudra awasthi
NA
1
0
Java web service Authentication thru wcf .net client
Jun 10 2009 12:07 PM
Hi,
I have a java web sevice (Axis 2) which authenticates every call using a user name and password.
I have written a wcf client (.net 3.5) which adds this service as a service reference.
Before calling exposed methods of this service, i set credentials via:
proxyobject.ClientCredentials.UserName.UserName and proxyobject.ClientCredentials.UserName.Password
But Alas, I get an Authentication failed exception.
Any idea about this???
By the way, this service call works if i do it as web reference way and pass creds every time by overloading "GetWebRequest" method.
But i want to do it thru wcf with out using web reference approach.....
Reply
Answers (
0
)
Bulk edit of 1 million records and WCF client application
Use svcutil.exe generated type as return value for webservice