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’s the catch?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
What is a uri query?
What is class and object in asp.net?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Can we use a static function with a non-static variable?
Describe the application event handlers in ASP.NET?
What is the use of asp.net web api?
Where would you use an ihttpmodule, and what are the limitations of any?
What are cookies in asp.net?
List the asp.net validation controls?
What is the mvc model?
What is asp according to you?
What is server infrastructure?
What is routing in MVC?