what are webservices?In which circumstances we can go for
webservices?

Answers were Sorted based on User's Feedback



what are webservices?In which circumstances we can go for webservices?..

Answer / lily antony

Web service is a reusable component which resides in the
web server.
It is language independant and platform independant. This
means that any application written in any language can use
the service of a web service.
It uses the SOAP protocal and communicates using XML.

Is This Answer Correct ?    6 Yes 1 No

what are webservices?In which circumstances we can go for webservices?..

Answer / jacky

Web service is a contract b/w consumer and service provider
this is business logic .It is plateform independent ie
heterogeneous nature .Web service used XML serialization
with the help SOAP protocol, where SOAP create an envolop
for XML data for serialization and de-serialization on
server and client.

Is This Answer Correct ?    0 Yes 0 No

what are webservices?In which circumstances we can go for webservices?..

Answer / srikanth

Webservice is the one that will allow different sources to
communicate eachother irrespective of their platform using
the soap formatter.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

In asp.net, if a webpage seems too slow to load completely in th ebrowser. In this case what are the checkings or actions you will take to rectify the slowness or which are the factors related to this issue? How we can trace it?

3 Answers  


What is a 307 redirect?

0 Answers  


What is the difference between custom web user control and a custom web server control?

0 Answers  


how to debug web services on consumer side?

0 Answers   HCL,


i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....

3 Answers   Chaitanya, Crysalis, CTS, HCL, Sein Infotech, TCS,






Can a master page inherit another master page?

13 Answers   Emphasis, IBM, NIIT, Sebiz Square,


What is aspect-oriented programming?

0 Answers  


Differentiate between structure and class.

0 Answers  


Describe the difference between inline and code behind?

2 Answers  


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


.Net Doesn't offer Deterministic Distruction ? a) True b) False

4 Answers   CTS,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


Categories