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
What are access modifiers in c#?
Is java better than c#?
What do you mean by serialization in .NET?
What is writeline in c#?
What is a generic class?
Is c# a technology?
Which debugging tools you can use in the .NET ssSDK?
Can you instantiate a struct without using a new operator in c#?
How to implement an object pool in c#.net.
Is there a way of specifying which block or loop to break out of when working with nested loops?
What is lazy t?
When should we use sealed class in c#?
Explain 'structure padding'?
How do I unload an application domain?
Why do we need to call CG.SupressFinalize?