What is Web Services?How we can consume a Web Services in
our application?Explain.



What is Web Services?How we can consume a Web Services in our application?Explain...

Answer / 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

More ASP.NET Interview Questions

How does the iis work?

0 Answers  


What is the use of placeholder control? Can we see it at runtime?

0 Answers  


What is the advantage of using Windows authentication in a Web application?

0 Answers   MCN Solutions,


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


Explain the difference between sql invalidation and sql notification.

0 Answers  






What are the types of session in asp.net?

0 Answers  


when will garbage collector run?

1 Answers  


How to sign out from forms authentication?

0 Answers  


How to prevent client side validation from the ASP.NET validation controls?

0 Answers   Viscus Infotech,


Why do we use datasource in asp.net?

0 Answers  


How do you define authentication in Web.Config?

2 Answers   Patni,


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Categories