Is it possible implement webservices without SOAP?
Answers were Sorted based on User's Feedback
Answer / m.shanmuga sundaram,rjnsoftwar
Representational State Transfer (REST) is an alternate to
SOAP. HTTP methods like PUT,GET,POST,DELETE are used for
CRUD operations (Create,Retrieve,Update and Delete
operations) manipulating data.
In ASP.Net, work with http handlers (.ashx) to implement
REST. Newer versions of framework may have their built in
functionality.
| Is This Answer Correct ? | 14 Yes | 0 No |
What is .net and why it is used?
How many types of generations are there in a garbage collector?
Explain how to spawn a thread?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
What is WSDL? Explain its architecture?
What are The Main Difference Between Client-server Based Applications and Web Based Applications
What are the differences between an interface and an abstract class in .net?
Explain the difference between static page and dynamic page?
Is .net a compiler?
What is namespaces in .net?
What is the difference between a Hash Table and a Dictionary?
What are Attributes in .NET?