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 the difference between pathparam and queryparam?
What is xaml? Are xaml file compiled or built on runtime?
What is difference between view and partial view?
What are sessions and cookies?
Explain the different types of directives in .net?
Define web services in asp.net.
What are the new features added from ASP to ASP.NET?
Are cookies client side or server side?
Is asp.net mvc still used? : Asp.Net MVC
What is Partial PostBack in ASP.NET?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How can we inherit a static variable?
What is caching in asp.net?
How to comment out asp.net tags?
Why do we need master page in asp.net?