what are webservices?In which circumstances we can go for
webservices?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How many Garbage Collectors are there for one Application or one Page
Breifly explain about stack and heap memory Managemet?
How to do Caching in ASP?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is the current version of asp.net?
Explain the use of view state?
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?
How to Insert a TextBox value in to Sql database using C# coding?
17 Answers HCL, Sona, TCS,
What is aspect-oriented programming?
how to use html code in asp source code?
What do you mean by authentication and authorization
What is binding in web service ?