Is it possible implement webservices without SOAP?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is serialization?

563


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

545


Explain how to produce an assembly?

587


What is connection pooling and how do you make your application use it?

571


What are .net functions?

541






Explain webfarm vs webgardens in .net?

592


How many types of transactions are there in com + .net ?

575


What is Entity Relationship Model in .NET?

598


How can I get at the win32 api from a .net program?

568


How is threading done in .net?

561


What is .net code security?

574


What is gac in .net?

594


What is the use com component in .net?

588


Explain how to redirect tracing to a file?

557


What is 'Common Type System' (CTS) in .NET?

660