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 Polymorphism? How does VB.NET/C# achieve polymorphism?
What is difference between static page and dynamic page?
How will you make .NET programs work in Linux ?
Difference b/w dataset.clone and dataset.copy ?
What are the types of jit?
How can I find out what the garbage collector is doing?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What is a strong name in .net?
What are the new 2.0 features useful for?
Can you write a class without specifying namespace?
What is UDDI and how to register the web service in it?
Explain how does assembly versioning work?