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 is globalization and localization in asp net?
Distinguish between Server-side and Client-side code?
How to prevent client side validation from the ASP.NET validation controls?
What is difference between view state and session state?
What is the asp.net control toolkit?
Which is better asp.net or php?
What is an assembly? Explain its parts.
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is parse in asp.net?
Explain diff between dataset and datareader?
Is post back property in asp net?
What is difference between session and cookie?
What is comparevalidator?
Does web services support data reader like pom project?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?