what are webservices?In which circumstances we can go for
webservices?
Answer Posted / 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 |
Post New Answer View All Answers
What is difference between asp.net and asp?
What is the difference between session and viewstate in asp.net?
Explain the steps to be followed to use passport authentication.
What is the use of ASP.NET routing?
What is the use of placeholder control? Can we see it at runtime?
Name the tools or API for developing or testing web api?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is the difference between CLICK and MOUSE DOWN Event ?
Explain different types of validators in asp.net?
What can you do with asp.net?
What is the significance of proxy user?
Explain about the .NET framework?
Explain the components of web form in asp.net
Can we handle the error and redirect to some pages using web.config?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?