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 an example of an application service provider?
What is fulltrust?
Which method do you use to enforce garbage collection in .net?
What is the difference between c# and .net?
Web API supports which protocol?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
Do you know caching feature?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
calling result set one procedure to anothar procedure in sql2000
what is DLL Hell and how it is solved in .NET? please explain clearly??
Name some asp objects?
What is a page life cycle? What are the events in a page life cycle?
What is asp.net used for?
Explain the advantages of caching?
Explain the asp.net mvc request life cycle? : asp.net mvc