What is Web Services?How we can consume a Web Services in
our application?Explain.
Answer Posted / ekansh chandra
A Web Service is application logic accessible to programs via standard web protocols in a platform independent way.
Web Service Consume from three methode :
1:- Using HTTP Post Methode
2:- Using XMLHTTP that will use Soap to call our the service
3:- Using Wsdl generated proxy class
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the server control tags in asp.net.?
Is asp.net core faster?
What are Session states available and its Uses?
Why do we use datasource in asp.net?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is ASLM?
Explain Life cycle of ASP.NET page when a request is made.
What is the difference between session.abandon() vs clear()?
What is the purpose of session management?
How you can manage the state of application at the server side in ASP.NET?
What are the differences between code behind and code inline?
What is form submit?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Explain asp.net application life cycle?
How many validators do ASP.NET have?