Can you please anyone explain in detailed Webservices concepts
in Asp.net?



Can you please anyone explain in detailed Webservices concepts in Asp.net?..

Answer / priya

A Web Service is programmable application logic accessible
via standard Web protocols. One of these Web protocols is
the Simple Object Access Protocol (SOAP). SOAP is a W3C
that uses standards based technologies ( to encode and
transmit application data).

Consumers of a Web Service do not need to know anything
about the platform, object model, or programming language
used to implement the service; they only need to understand
how to send and receive SOAP messages (HTTP and XML).

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Which methods validate all the controls on a page?

0 Answers  


How to you can limit Access to Web API to Specific HTTP Verb?

0 Answers  


what is the generics and where used generics in your project?

3 Answers   CTC,


Explain about consistent programming model in the .NET framework?

0 Answers  


Define application state variable and session state variable?

0 Answers   UGC Corporation,






What would be salary for 8+ years of experience in ASP.NET in different metro city in india?

0 Answers   Prompt Softech,


How does Garbage collector(GC) works in .net

14 Answers   Accenture, HCL, Kekran Mekran, People Tech, Wipro,


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


Explain transparent caching with aop?

0 Answers  


What events will occur when a page is loaded?

0 Answers  


how to use web services with code?(with example code)

1 Answers   Accenture,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


Categories