Can you please anyone explain in detailed Webservices concepts
in Asp.net?
Answer Posted / priya
A Web Service is programmable application logic accessible
via standard Web protocols. One of these Web protocols is
the Simple Object Access Protocol (SOAP). SOAP is a W3C
that uses standards based technologies ( to encode and
transmit application data).
Consumers of a Web Service do not need to know anything
about the platform, object model, or programming language
used to implement the service; they only need to understand
how to send and receive SOAP messages (HTTP and XML).
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is application state?
Name the two properties are on every validation control?
How does viewstate work?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is a SESSION and APPLICATION object?
What is bson in web api?
How would you turn off cookies on a page of a website?
What is the good practice to implement validations in aspx page?
Do I need to have the latest version of windows media player installed?
What is razor? : asp.net mvc
Name the tools or API for developing or testing web api?
Define data caching?
What is the Difference between MVC And MVP design pattrens
What is the difference between client-side and server-side validations in ASP.NET?
What is clickid?