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 jade template engine?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What is advantage of asp.net?
What is asp.net and its advantages?
How do you do Client-side validation in .Net?
How do you identify that the page is postback?
Explain culture and uiculture values.
What is clickid?
What is ashx file in asp.net?
What is the difference between ldap and active directory?
What are the types of authentication in asp.net?
What is the namespace to create thread in .net?
what is AutoEventWireUp and what is the use of This property explain in details?
What is masterpage?
How ASP.NET page works?