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

How does the iis work?

0 Answers  


What is cas?

0 Answers  


How does the service stream content?

0 Answers  


Describe the .net base class library.

0 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,






About friend and Protected friend ?

3 Answers   MMTS,


Difference between web user control and web custom control?

0 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


“~” means in asp.net application?

4 Answers   IBS,


What is asp.net globalization?

0 Answers  


Is asp.net web forms dead?

0 Answers  


Which institute provide good Project training on .Net technologies in hyd?

5 Answers  


Categories