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

How many Garbage Collectors are there for one Application or one Page

1 Answers   Emphasis,


Breifly explain about stack and heap memory Managemet?

2 Answers  


How to do Caching in ASP?

1 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


What is the current version of asp.net?

0 Answers  






Explain the use of view state?

0 Answers  


How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?

1 Answers   Cap Gemini, TCS,


How to Insert a TextBox value in to Sql database using C# coding?

17 Answers   HCL, Sona, TCS,


What is aspect-oriented programming?

0 Answers  


how to use html code in asp source code?

1 Answers  


What do you mean by authentication and authorization

3 Answers  


What is binding in web service ?

1 Answers   TCS,


Categories