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
Explain about ASP.NET?
What is razor? : asp.net mvc
How long the items in ViewState exists?
Why select Web API?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
What are triggers of an updatepanel?
What is variable and constant in .net programming language?
How to Separate background image and front image from original picture....
What are the Types of state management techniques
What is difference between inproc and outproc?
How to handle errors in Web API?
How can we call webservices in Banking Applications? and where we are using it?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
what are the web form events available in asp.net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?