How to authenticate web service? When you enter the web
service url in browser it should ask username and password.
After entering the un&pwd we have to show its methods and
service description(wsdl).
Answer Posted / siyaa
The webservice has to be created under windows
authentication mode and it has to be impersonated with a
username and password .
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is linkedhashset synchronized?
What are jump statements in c#?
Overloaded constructor will call default constructor internally?
What does ienumerable mean?
How can you achieve run time polymorphism in C#?
How to exclude a property from xml serialization?
What does the dispose method do with the connection object?
What is difference between static and constant variable?
What is a predicate in c#?
Is enum a class c#?
What is an ienumerable in c#?
What is the use of private constructor in c#?
Can I define a type that is an alias of another type (like typedef in c++)?
Does c# provide copy constructor?
Differentiate between method overriding from method overloading with its functionality?