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
Difference between web user control and web custom control?
Name the two properties are on every validation control?
What is cookieless session id explain in brief?
How to retrieve user name in case of Window Authentication?
Why is asp.net so popular?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How many types of validators are there in asp net?
How long the items in ViewState exists?
Do session use cookies in asp net?
Explain about the .NET framework?
What is datagrid asp.net?
Explain the difference between asp.net mvc and asp.net webforms
What is the difference between GridView and Repeater controls in ASP.NET?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is the difference between exe and dll?