what are webservices?In which circumstances we can go for
webservices?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between pathparam and queryparam?
What is bson in web api?
Explain login controls.
14. What are your Future Plans for Swatz Oils GROUP U.K?
How response object is related to asp's response object?
Which property is used to identify the Page is Post Back in ASP.NET?
What is difference between or and orelse?
How would you turn off cookies on one page of your website?
Is there any alternative to avoid name collisions other then Namespaces?
Can you change a master page dynamically at runtime? How?
Difference between response.redirect and server.transfer?
How do you declare static variable?
What are the advantages of Web API?
What are query strings used for?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?