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
Define a multilingual website?
Why mvc is faster than asp.net? : Asp.Net MVC
Why session is used in asp.net?
What is asynchronous call?
Explain different types of Caching techniques in ASP.NET?
How to register exception filter globally?
How does session id work?
What is the usage of DelegatingHandler?
where can i gather the materials for MCP certification
Explain in what order a destructors is called.
Which validator control you use if you need to make sure the values in two different controls matched?
What are the server control tags in asp.net.?
What is authentication in asp.net?
What is a url string?
Explain what is an abstract class?