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
How many types of state management are there in asp net?
Describe a bubbled event and how it is used ?
What is distributed system in asp.net?
Disable browser cache for entire ASP.NET website?
What is query string in asp.net?
What is the application pool?
Which namespace is used by ado.net?
What is the difference between GridView and Repeater controls in ASP.NET?
Explain the steps needed to be performed in order to create an animation in xaml?
How do u declare static variable and how it is declared and what is its lifetime?
What is the difference between response.redirect and server.transfer?
What is recordset asp?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Why do we need Sessions?
When we use cookie less session? Explain its working?