Answer Posted / praveen
Web Services is a fairly new technology that has become
very popular in the past few years. Basically, a Web
service is a service that is created to communicate, using
standard XML formats, to any application that knows how to
talk to it. The Web service will have a public interface
written in Web Service Description Language (WSDL). The
interface describes what the Web service does and how to
communicate with it. The actual communication is done with
XML, typically using the SOAP protocol. Because XML is
basically just text, an application that can read text can
read and interpret a Web service.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
They mostly asked difference between versions of technologies
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Can you explain the importance of finalize method in .net?
Which control has default post back is enabled(true)?
what is the difference between response.write() and response.output.write()?
What are the various session state management options provided by asp.net?
Which is better union or union all?
Explain the different parts that constitute ASP.NET application?
What are the different types of validation controls in asp.net?
What is the function used for removing an event listener?
What is form submit?
Can we have multiple master pages in asp net?
Explain ViewState?
What is a server farm in iis?
What is scope of an application variable in asp.net?